1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-04-04 22:25:36 -04:00

Add OpenCV dependency

This commit is contained in:
Jon Beniston 2026-01-07 10:45:55 +00:00
parent 632032256c
commit 0ae5320f77

View File

@ -100,6 +100,9 @@ target_link_libraries(${TARGET_NAME} PRIVATE
if(DEFINED FFMPEG_DEPENDS)
add_dependencies(${TARGET_NAME} ${FFMPEG_DEPENDS})
endif()
if(DEFINED OpenCV_DEPENDS)
add_dependencies(${TARGET_NAME} ${OpenCV_DEPENDS})
endif()
install(TARGETS ${TARGET_NAME} DESTINATION ${INSTALL_FOLDER})