diff options
Diffstat (limited to 'Tests/PreOrder')
-rw-r--r-- | Tests/PreOrder/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/PreOrder/CMakeLists.txt b/Tests/PreOrder/CMakeLists.txt index a4a96fb..dce1d92 100644 --- a/Tests/PreOrder/CMakeLists.txt +++ b/Tests/PreOrder/CMakeLists.txt @@ -1,6 +1,6 @@ # a simple test case PROJECT (PreOrder) SET(CMAKE_IGNORE_DEPENDENCIES_ORDERING 1) -SUBDIRS(PREORDER Library) +ADD_SUBDIRECTORY(Library) ADD_EXECUTABLE (simple simple.cxx) TARGET_LINK_LIBRARIES(simple simpleLib) |