summaryrefslogtreecommitdiffstats
path: root/Tests/SubDir/CMakeLists.txt
blob: b70b312c5498be17d8011aea6800a2442757f7f7 (plain)
1
2
3
PROJECT(SUBDIR)
SUBDIRS(Executable EXCLUDE_FROM_ALL Examples)
WRITE_FILE(${SUBDIR_BINARY_DIR}/ShouldBeHere "This file should exist.")