summaryrefslogtreecommitdiffstats
path: root/Tests/ExternalProjectSubdir/Subdir1
Commit message (Collapse)AuthorAgeFilesLines
* ExternalProject: Allow dependencies on INTERFACE librariesBrad King2015-04-221-0/+4
| | | | | Respect INTERFACE library property whitelist. Check that a target has type "UTILITY" before querying other properties.
* ExternalProject: Allow generator expressions with LOG_* options (#15287)Andrey Pokrovskiy2015-04-211-0/+4
| | | | | | Use file(GENERATE) to write the logging wrapper scripts to evaluate generator expressions. Use a per-config script names in case the content varies by configuration.
* Tests: Add case to cover ExternalProject with subdirectoriesBrad King2015-04-211-0/+6
Add an ExternalProjectSubdir test directory with a minimal test showing use of ExternalProject_Add for a source tree in a subdirectory. This will allow us to easily add test external projects that cover specific behavior where the client project must check results.