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

ADD_EXECUTABLE(TestFromSubdir AnotherSubdir/testfromsubdir.c AnotherSubdir/secondone)