Notes |
|
(0035969)
|
Micha Renner
|
2014-05-30 02:06
|
|
|
|
(0035970)
|
Brad King
|
2014-05-30 08:34
|
|
|
|
(0035971)
|
Micha Renner
|
2014-06-02 08:08
|
|
Reading this "set_property(TARGET tgt APPEND PROPERTY
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR};${CMAKE_CURRENT_BINARY_DIR}>" I understood. One can influence INTERFACE_INCLUDE_DIRECTORIES indirect only. So this is the reason why the I_I_D property can not be set to read-only. I guess, I am not the last one who runs in this pitfall. Thanks for help. This topic is resolved. |
|
|
(0036098)
|
Brad King
|
2014-06-02 10:46
|
|
|
|
(0036104)
|
Brad King
|
2014-06-03 09:05
|
|
I also extended the documentation in the target_include_directories command and the INTERFACE_INCLUDE_DIRECTORIES property to explain how to use $<BUILD_INTERFACE> and $<INSTALL_INTERFACE>:
Help: Explain build/install-tree include dirs in more places
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=907e422b [^] |
|
|
(0037557)
|
Robert Maynard
|
2015-01-05 08:38
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|