1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-21 12:10:05 +08:00
CMake/Tests/Jump/Executable/CMakeLists.txt

7 lines
276 B
CMake

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)