sgp4/sattrack/CMakeLists.txt

9 lines
113 B
CMake
Raw Normal View History

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