3 lines
110 B
CMake
3 lines
110 B
CMake
ADD_EXECUTABLE(jumpExecutable jumpExecutable.cxx)
|
|
TARGET_LINK_LIBRARIES(jumpExecutable jumpStatic jumpShared)
|