sgp4/runtest/CMakeLists.txt

9 lines
110 B
CMake
Raw Normal View History

set(SRCS
runtest.cpp)
add_executable(runtest
${SRCS})
target_link_libraries(runtest
sgp4
rt)