summaryrefslogtreecommitdiffstats
path: root/Tests/Jump/Library/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Jump/Library/CMakeLists.txt')
-rw-r--r--Tests/Jump/Library/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/Jump/Library/CMakeLists.txt b/Tests/Jump/Library/CMakeLists.txt
index 9d45ea4..2f78c50 100644
--- a/Tests/Jump/Library/CMakeLists.txt
+++ b/Tests/Jump/Library/CMakeLists.txt
@@ -1 +1,2 @@
-SUBDIRS(Static Shared)
+ADD_SUBDIRECTORY(Static)
+ADD_SUBDIRECTORY(Shared)