summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/include_directories/DebugIncludes.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Speed up RunCMake.include_directories testBrad King2014-06-301-1/+1
| | | | | | Remove unnecessary language initializations. Change the main CMakeLists.txt project() call to specify NONE. Use enable_language(CXX) instead of project() in cases that need it to avoid enabling C too.
* Test transitive includes from setting the LINK_LIBRARIES property.Stephen Kelly2013-05-061-0/+8
| | | | | | | | Commit b8259c3d (Centralize maintenance of usage requirement include directories, 2013-04-29) changed the handling of the property. Previously setting the property directly instead of via target_link_libraries would not result in transitive include directory handling.
* Don't populate INTERFACE includes and defines properties in tll.Stephen Kelly2013-02-131-1/+5
| | | | | | | | | This is a partial revert of commit 77cecb77 (Add includes and compile definitions with target_link_libraries., 2012-11-05). As the interface includes and defines are now determined by the link closure, there is no need to populate the corresponding properties explicitly.
* Test printing origin of include dirs from tll().Stephen Kelly2013-02-071-0/+5
|
* Add a way to print the origins of used include directories.Stephen Kelly2013-01-031-0/+38