ATV modulator: fixed undefined symbol cv::VideoCapture

pull/358/head
f4exb 2019-05-31 11:07:36 +02:00
rodzic 034c299e4a
commit 9284b47880
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -50,7 +50,7 @@ target_link_libraries(${TARGET_NAME}
sdrbase
${TARGET_LIB_GUI}
swagger
${OpenCV_LIBS}
"${OpenCV_LIBS};opencv_videoio"
)
install(TARGETS ${TARGET_NAME} DESTINATION ${INSTALL_FOLDER})

Wyświetl plik

@ -26,6 +26,7 @@
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/videoio.hpp>
#include <stdint.h>