summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/IfacePaths/RelativePathInGenex.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Allow export of targets with INTERFACE_SOURCES.Stephen Kelly2015-02-101-1/+6
| | | | | | Use the same rules for paths in source and binary dirs in installed INTERFACE_SOURCES as are used for INTERFACE_INCLUDE_DIRECTORIES.
* Tests: Split part of include_directories test to a generic location.Stephen Kelly2015-02-091-0/+8
The moved tests are related to paths in INTERFACE_INCLUDE_DIRECTORIES in general, and when exporting, and covering cases of the install location being within the build or source prefix etc. Other build properties containing paths should have similar tests, so this allows some parameterization while keeping the preparation of the various directory structures.