diff options
| author | Ben Boeckel <ben.boeckel@kitware.com> | 2019-01-17 13:34:45 -0500 |
|---|---|---|
| committer | Ben Boeckel <ben.boeckel@kitware.com> | 2019-01-17 13:40:30 -0500 |
| commit | c09ec7998148e3c69bf0c7fd2d626a6ccc23e37e (patch) | |
| tree | de68ca2e357a41d02e58a23c87ecb020c9288899 /Tests/ExternalProjectSourceSubdirNotCMake/Example | |
| parent | 68e20f674a48be38d60e129f600faf7c483f2b97 (diff) | |
| download | cmake-c09ec7998148e3c69bf0c7fd2d626a6ccc23e37e.tar.gz | |
ExternalProject: support SOURCE_SUBDIR for BUILD_IN_SOURCE
Diffstat (limited to 'Tests/ExternalProjectSourceSubdirNotCMake/Example')
| -rw-r--r-- | Tests/ExternalProjectSourceSubdirNotCMake/Example/subdir/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/ExternalProjectSourceSubdirNotCMake/Example/subdir/Makefile b/Tests/ExternalProjectSourceSubdirNotCMake/Example/subdir/Makefile new file mode 100644 index 0000000000..cab3b8f4b1 --- /dev/null +++ b/Tests/ExternalProjectSourceSubdirNotCMake/Example/subdir/Makefile @@ -0,0 +1,2 @@ +all: + echo "complete" |
