diff options
Diffstat (limited to 'Tests/Jump/Library/CMakeLists.txt')
-rw-r--r-- | Tests/Jump/Library/CMakeLists.txt | 3 |
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) |