Am Tuesday 11 November 2008 19:13:43 schrieb Fernando Cacciola: > target_link_libraries, which is GREAT, is actually pretty useless > without target_include_directories, target_add_definitions and > <TARGET>_CMAKE_CXX_FLAGS.
Did you notice set_property(TARGET .....)? There, you can do add target specific definitions (even per build type) and other stuff. Sadly, this is no replacement for target_include_directories() as you have to know the compiler syntax. HS _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
