Hallo,

The Documentation says: Automatically add the current source- and build
directories to the INTERFACE_INCLUDE_DIRECTORIES.
How can I get this information?


SET(CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE ON)
ADD_LIBRARY(TLib1 SHARED tlib1.c tlib1.h)
GET_TARGET_PROPERTY(TLIB1_INTERFACE_INCLUDE_DIRECTORIES TLib1
INTERFACE_INCLUDE_DIRECTORIES)

Results in TLIB1_INTERFACE_INCLUDE_DIRECTORIES-NOTFOUND.
Any ideas?

Greetings Micha



-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to