9 lines
110 B
CMake
9 lines
110 B
CMake
|
set(SRCS
|
||
|
runtest.cpp)
|
||
|
|
||
|
add_executable(runtest
|
||
|
${SRCS})
|
||
|
target_link_libraries(runtest
|
||
|
sgp4
|
||
|
rt)
|