various bug fixes around free trigger mode, display strings and image pipe robustness
This commit is contained in:
parent
86ec50575b
commit
d5af9adec9
|
@ -52,6 +52,6 @@ set(PROJECT_SOURCES
|
|||
|
||||
|
||||
add_executable(MAClient ${PROJECT_SOURCES})
|
||||
|
||||
target_compile_options(MAClient PRIVATE "-std=gnu++17" "-Wall" "-O2" "-fno-strict-aliasing")
|
||||
target_link_libraries(MAClient PRIVATE Qt${QT_VERSION_MAJOR}::Widgets Qt${QT_VERSION_MAJOR}::Concurrent ${OpenCV_LIBS} -luvoscam -luvosled -luvosunwrap)
|
||||
target_include_directories(${PROJECT_NAME} PRIVATE ${OpenCV_INCLUDE_DIRS} src src/ui)
|
||||
|
|
Loading…
Reference in a new issue