mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-03-20 08:40:56 +03:00
collect all common functions into separate library; add simple client example
This commit is contained in:
5
examples/CMakeLists.txt
Normal file
5
examples/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.20)
|
||||
|
||||
include_directories(..)
|
||||
add_executable(ccd_client main.c)
|
||||
target_link_libraries(ccd_client ccdcapture usefull_macros)
|
||||
Reference in New Issue
Block a user