diff options
Diffstat (limited to 'Tests/Jump/CMakeLists.txt')
-rw-r--r-- | Tests/Jump/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Jump/CMakeLists.txt b/Tests/Jump/CMakeLists.txt new file mode 100644 index 0000000..3a506aa --- /dev/null +++ b/Tests/Jump/CMakeLists.txt @@ -0,0 +1,4 @@ +PROJECT(Jump) + +SET(CMAKE_IGNORE_DEPENDENCIES_ORDERING 1) +SUBDIRS(Executable Library) |