diff options
Diffstat (limited to 'Tests/Jump')
-rw-r--r-- | Tests/Jump/Executable/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Jump/Executable/CMakeLists.txt b/Tests/Jump/Executable/CMakeLists.txt index 032c212..7658b7e 100644 --- a/Tests/Jump/Executable/CMakeLists.txt +++ b/Tests/Jump/Executable/CMakeLists.txt @@ -1,2 +1,6 @@ +IF(NOT LIBRARY_OUTPUT_PATH) + LINK_DIRECTORIES(${Jump_BINARY_DIR}/Library/Static + ${Jump_BINARY_DIR}/Library/Shared) +ENDIF(NOT LIBRARY_OUTPUT_PATH) ADD_EXECUTABLE(jumpExecutable jumpExecutable.cxx) TARGET_LINK_LIBRARIES(jumpExecutable jumpStatic jumpShared) |