sgp4/sattrack/CMakeLists.txt

9 lines
112 B
CMake
Raw Normal View History

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