diff options
Diffstat (limited to 'Tests/Jump')
-rw-r--r-- | Tests/Jump/Library/Shared/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Jump/Library/Shared/CMakeLists.txt b/Tests/Jump/Library/Shared/CMakeLists.txt index f0e09afa54..f020446fc6 100644 --- a/Tests/Jump/Library/Shared/CMakeLists.txt +++ b/Tests/Jump/Library/Shared/CMakeLists.txt @@ -7,7 +7,7 @@ IF(WIN32) IF(EXECUTABLE_OUTPUT_PATH) SET(EXE_DIR ${EXECUTABLE_OUTPUT_PATH}) ENDIF(EXECUTABLE_OUTPUT_PATH) - SET(LIB_DIR ${Jump_BINARY_DIR}/Library) + SET(LIB_DIR ${Jump_BINARY_DIR}/Library/Shared) IF(LIBRARY_OUTPUT_PATH) SET(LIB_DIR ${LIBRARY_OUTPUT_PATH}) ENDIF(LIBRARY_OUTPUT_PATH) |