Notes |
|
(0009833)
|
Steven Van Ingelgem
|
2007-12-05 02:21
|
|
related to this it would be nice to have: INCLUDE_DIRECTORIES(DEBUG mswd OPTIMIZED msw) (just like with the libraries). |
|
|
(0012568)
|
Guillaume Chevallereau
|
2008-06-30 05:42
|
|
It would be usefull to have the same for link_directories and add_definitions. |
|
|
(0025441)
|
Andreas Pakulat
|
2011-02-15 13:34
|
|
|
|
(0030475)
|
Brad King
|
2012-08-13 10:36
|
|
Sending issues I'm not actively working on to the backlog to await someone with time for them.
If an issue you care about is sent to the backlog when you feel it should have been addressed in a different manner, please bring it up on the CMake mailing list for discussion. Sign up for the mailing list here, if you're not already on it:
http://www.cmake.org/mailman/listinfo/cmake [^]
It's easy to re-activate a bug here if you can find a CMake developer or contributor who has the bandwidth to take it on.
|
|
|
(0030774)
|
Stephen Kelly
|
2012-08-27 07:22
|
|
Treating the source-file specific include directories portion of a duplicate of 0008189, what remains is only the configuration-specific part. |
|
|
(0031116)
|
Stephen Kelly
|
2012-10-01 12:18
|
|
In CMake 2.8.10 you can use
set_property(TARGET foo PROPERTY INCLUDE_DIRECTORIES
"/foo/bar"
"$<$<CONFIG:Debug>:/debug/only>"
"$<$<CONFIG:Release>:/release/only>"
)
Considering that the source-files portion of this bug report is a duplicate of 0008189, this bug is now implemented. |
|
|
(0032461)
|
Robert Maynard
|
2013-03-04 08:38
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|