CCD_Capture/examples/CMakeLists.txt

6 lines
156 B
CMake

cmake_minimum_required(VERSION 3.20)
include_directories(..)
add_executable(ccd_client main.c)
target_link_libraries(ccd_client ccdcapture usefull_macros)