mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2025-12-06 10:45:12 +03:00
7 lines
123 B
CMake
7 lines
123 B
CMake
########## Tutorial two ##############
|
|
add_executable(astrosib astrosib.cpp)
|
|
|
|
target_link_libraries(astrosib indidriver)
|
|
|
|
|