sgp4/runtest/CMakeLists.txt

9 lines
109 B
CMake
Raw Normal View History

set(SRCS
2018-08-26 22:37:25 +00:00
runtest.cc)
add_executable(runtest
${SRCS})
target_link_libraries(runtest
sgp4
rt)