mirror of
https://github.com/eddyem/fitsmaniplib.git
synced 2025-12-06 18:55:18 +03:00
8 lines
200 B
CMake
8 lines
200 B
CMake
cmake_minimum_required(VERSION 3.9)
|
|
project(examples)
|
|
include_directories(../)
|
|
link_libraries(usefull_macros FITSmanip cfitsio)
|
|
|
|
#add_executable(fitsstat fitsstat.c)
|
|
add_executable(keylist keylist.c)
|