Set variables such as CFLAGS in CMake project
Edit the CMakeLists.txt file and add a line with your flags such as:
set(CMAKE_C_FLAGS "-I/usr/local/include/")
Edit the CMakeLists.txt file and add a line with your flags such as:
set(CMAKE_C_FLAGS "-I/usr/local/include/")