mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-03-20 08:40:56 +03:00
add DUMMY model
This commit is contained in:
@@ -39,6 +39,11 @@ if(DEFINED IMAGEVIEW AND IMAGEVIEW STREQUAL "yes")
|
||||
add_definitions(-DIMAGEVIEW)
|
||||
endif()
|
||||
|
||||
add_subdirectory(Dummy_cameras)
|
||||
list(APPEND ${PROJ}_INCLUDE_DIRS Dummy_cameras)
|
||||
list(APPEND ${PROJ}_LIBRARIES ${DUMMYLIB})
|
||||
include_directories(Dummy_cameras)
|
||||
|
||||
# additional modules with CCD/CMOS support
|
||||
if(DEFINED ZWO AND ZWO STREQUAL "yes")
|
||||
add_subdirectory(ZWO_cameras)
|
||||
|
||||
Reference in New Issue
Block a user