mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-03-20 00:31:04 +03:00
add Toupcam support; fix some bugs
This commit is contained in:
@@ -17,12 +17,13 @@ message("VER: ${VERSION}")
|
||||
option(DEBUG "Compile in debug mode" OFF)
|
||||
option(DUMMY "Dummy camera plugin" ON)
|
||||
option(IMAGEVIEW "Build with imageview module" ON)
|
||||
option(ZWO "Add support of ZWO cameras" OFF)
|
||||
option(FLI "Add support of FLI cameras" OFF)
|
||||
option(BASLER "Add support of BASLER cameras" OFF)
|
||||
option(HIKROBOT "Add support of HIKROBOT cameras" OFF)
|
||||
option(FLYCAP "Add support of Grasshopper FlyCap cameras" OFF)
|
||||
option(APOGEE "Add support of Apogee cameras" OFF)
|
||||
option(ZWO "Add support for ZWO cameras" OFF)
|
||||
option(FLI "Add support for FLI cameras" OFF)
|
||||
option(BASLER "Add support for BASLER cameras" OFF)
|
||||
option(HIKROBOT "Add support for HIKROBOT cameras" OFF)
|
||||
option(FLYCAP "Add support for Grasshopper FlyCap cameras" OFF)
|
||||
option(APOGEE "Add support for Apogee cameras" OFF)
|
||||
option(TOUPCAM "Add support for ToupCam CMOS" OFF)
|
||||
option(EXAMPLES "Some examples" OFF)
|
||||
option(ASTAR "Artifical star plugin" OFF)
|
||||
|
||||
@@ -109,6 +110,9 @@ endif()
|
||||
if(APOGEE)
|
||||
add_subdirectory(APOGEE_cameras)
|
||||
endif()
|
||||
if(TOUPCAM)
|
||||
add_subdirectory(TOUPCAM_cameras)
|
||||
endif()
|
||||
if(EXAMPLES)
|
||||
add_subdirectory(examples)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user