CMakeLists.txt 253 B

123456
  1. if(NOT LIBRARY_OUTPUT_PATH)
  2. link_directories(${Jump_BINARY_DIR}/Library/Static
  3. ${Jump_BINARY_DIR}/Library/Shared)
  4. endif()
  5. add_executable(jumpExecutable jumpExecutable.cxx)
  6. target_link_libraries(jumpExecutable jumpStatic jumpShared)