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:
parent
632032256c
commit
0ae5320f77
@ -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})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user