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