mirror of
https://github.com/eddyem/small_tel.git
synced 2025-12-06 10:45:16 +03:00
10 lines
209 B
CMake
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)
|