CMake/Tests/Jump/Executable/CMakeLists.txt

3 lines
110 B
CMake
Raw Normal View History

ADD_EXECUTABLE(jumpExecutable jumpExecutable.cxx)
TARGET_LINK_LIBRARIES(jumpExecutable jumpStatic jumpShared)