[CMake] Configured C header dependency problem

Óscar Fuentes ofv at wanadoo.es
Wed Jul 28 20:00:42 EDT 2010


Alexander Neundorf <a.neundorf-work at gmx.net> writes:

> ...not sure about that dot here.
>
> Do you have something like
> include_directories ( . )
> in your CMakeLists.txt ?

Okay, problem solved. I was adding the directories with

add_definitions(-I...)

instead of include_directories(...)

Thank you, Alex.

[snip]



More information about the CMake mailing list