mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-19 19:49:42 +08:00
intaller compelet
This commit is contained in:
@ -35,10 +35,10 @@ add_executable( shutter_calibrate main.cpp
|
||||
${SRC_LIST1}
|
||||
)
|
||||
qt5_use_modules(shutter_calibrate ${QT})
|
||||
target_link_libraries(shutter_calibrate SeaBreeze)
|
||||
IF (WIN32)
|
||||
#target_link_libraries(shutter_calibrate SeaBreeze)
|
||||
target_link_libraries(shutter_calibrate seabreeze usb stdc++ m)
|
||||
IF (WIN32)
|
||||
target_link_libraries(shutter_calibrate SeaBreeze)
|
||||
#target_link_libraries(shutter_calibrate seabreeze usb stdc++ m)
|
||||
ELSE ()
|
||||
target_link_libraries(shutter_calibrate seabreeze usb stdc++ m)
|
||||
ENDIF ()
|
||||
|
Reference in New Issue
Block a user