mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2025-12-06 02:35:13 +03:00
6 lines
162 B
CMake
6 lines
162 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)
|