sgp4/sattrack/CMakeLists.txt

8 lines
105 B
CMake

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