fitsmaniplib/examples/CMakeLists.txt
2019-02-14 22:25:20 +03:00

8 lines
182 B
CMake

cmake_minimum_required(VERSION 3.9)
project(examples)
include_directories(../)
link_libraries(usefull_macros)
#add_executable(fitsstat fitsstat.c)
add_executable(keylist keylist.c)