Issues installing openmp

I am using OpenMP for a University project, and when using gcc or clang to compile my C code, I get an error that omp.h file is not found.

I have tried installing libomp through homebrew, however, it seems that it installs a keg-only version.

I have tried adding libomp to path and even to the homebrew directory, no luck however. Any help is much appreciated!