diff options
Diffstat (limited to 'Tests/OutOfSource/SubDir/CMakeLists.txt')
-rw-r--r-- | Tests/OutOfSource/SubDir/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/OutOfSource/SubDir/CMakeLists.txt b/Tests/OutOfSource/SubDir/CMakeLists.txt index b1d988d..02bb9b7 100644 --- a/Tests/OutOfSource/SubDir/CMakeLists.txt +++ b/Tests/OutOfSource/SubDir/CMakeLists.txt @@ -1,3 +1,4 @@ PROJECT(ANOTHER_PROJ) # subdir to a sibling dir -SUBDIRS(${OutOfSource_SOURCE_DIR}/${KEN}OutOfSourceSubdir) +ADD_SUBDIRECTORY(OutOfSourceSubdir + ${OutOfSource_SOURCE_DIR}/${KEN}OutOfSourceSubdir) |