2012-08-13 21:47:32 +04:00
|
|
|
if(NOT LIBRARY_OUTPUT_PATH)
|
|
|
|
link_directories(${Jump_BINARY_DIR}/Library/Static
|
2004-01-24 20:52:14 +03:00
|
|
|
${Jump_BINARY_DIR}/Library/Shared)
|
2012-08-13 21:50:14 +04:00
|
|
|
endif()
|
2012-08-13 21:47:32 +04:00
|
|
|
add_executable(jumpExecutable jumpExecutable.cxx)
|
|
|
|
target_link_libraries(jumpExecutable jumpStatic jumpShared)
|