mirror of
https://github.com/eddyem/small_tel.git
synced 2026-03-22 01:31:01 +03:00
started v.0.0.1
This commit is contained in:
9
Auxiliary_utils/libastrotools/examples/CMakeLists.txt
Normal file
9
Auxiliary_utils/libastrotools/examples/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user