Files
small_tel/Auxiliary_utils/libastrotools/examples/CMakeLists.txt
2025-01-27 14:57:27 +03:00

10 lines
209 B
CMake

project(examples)
# common includes & library
include_directories(../)
link_libraries(astrotools usefull_macros erfa)
# exe list
add_executable(coordstest coordstest.c)
add_executable(transform transform.c)