sgp4/passpredict/CMakeLists.txt

9 lines
121 B
CMake
Raw Normal View History

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