mirror of
https://github.com/eddyem/small_tel.git
synced 2026-01-31 20:35:09 +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)
|