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