summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/include_directories/DebugIncludes-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Refactor RunCMake.include_directories to drop RunCMake_TEST_FILEBrad King2014-06-301-6/+6
| | | | | Drop use of RunCMake_TEST_FILE and pass the test file in through a definition in RunCMake_TEST_OPTIONS.
* Test transitive includes from setting the LINK_LIBRARIES property.Stephen Kelly2013-05-061-0/+9
| | | | | | | | 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-6/+7
| | | | | | | | | 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-3/+11
|
* Output include directories as LOG messages, not warnings.Stephen Kelly2013-01-211-4/+4
|
* Specify the target whose includes are being listed.Stephen Kelly2013-01-211-4/+4
|
* Store includes from the same include_directories call together.Stephen Kelly2013-01-211-7/+0
| | | | | | Otherwise, we get a separate IncludeDirectoriesEntry for each include, and that causes unnecessary and confusing splitting in the output when debugging the INCLUDE_DIRECTORIES property.
* Add a way to print the origins of used include directories.Stephen Kelly2013-01-031-0/+42