mirror of
https://github.com/eddyem/fitsmaniplib.git
synced 2025-12-06 10:45:14 +03:00
9 lines
234 B
CMake
9 lines
234 B
CMake
cmake_minimum_required(VERSION 3.9)
|
|
project(examples)
|
|
include_directories(../)
|
|
link_libraries(usefull_macros FITSmanip cfitsio m)
|
|
|
|
#add_executable(fitsstat fitsstat.c)
|
|
add_executable(keylist keylist.c)
|
|
add_executable(imstat imstat.c)
|