mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2025-12-06 02:35:13 +03:00
9 lines
269 B
CMake
9 lines
269 B
CMake
cmake_minimum_required(VERSION 3.20)
|
|
|
|
include_directories(..)
|
|
add_executable(ccd_client ccd_client.c)
|
|
target_link_libraries(ccd_client ccdcapture usefull_macros)
|
|
|
|
add_executable(centroids centroids.c)
|
|
target_link_libraries(centroids ccdcapture usefull_macros improc m)
|