[CMake] Does set_target_properties compile_flags option override include_directories?

2011-03-30 Thread Laura Auton Garcia
Hello all, The project I am working on uses pkg-config --cflags option to get the include directories of an external project, and I am trying to add the output to the compile_flags option used in set_target_properties. As well as the pkg-config directory, some other flags are specified and well

Re: [CMake] Does set_target_properties compile_flags option override include_directories?

2011-03-30 Thread Eric Noulard
2011/3/30 Laura Auton Garcia darklulu+cm...@gmail.com: Hello all, The project I am working on uses pkg-config --cflags option to get the include directories of an external project, and I am trying to add the output to the compile_flags option used in set_target_properties. As well as the

Re: [CMake] Does set_target_properties compile_flags option override include_directories?

2011-03-30 Thread Laura Autón García
(sorry I am having troubles receiving the messages from this mailing list, well I am not receiving anything at all but the confirmation mails, so I am pasting from the archives) 2011/3/30 Eric Noulard: Did you know that there is a FindPkgConfig.cmake module shipped with CMake? It may helps you