mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 14:26:48 +08:00
Video library explicitly uses support library
This commit is contained in:
@@ -7,4 +7,8 @@ set(video_source_files
|
|||||||
|
|
||||||
add_library(video STATIC ${video_source_files})
|
add_library(video STATIC ${video_source_files})
|
||||||
|
|
||||||
|
TARGET_LINK_LIBRARIES(video
|
||||||
|
support
|
||||||
|
)
|
||||||
|
|
||||||
#SET_TARGET_PROPERTIES( video PROPERTIES COMPILE_FLAGS -fPIC)
|
#SET_TARGET_PROPERTIES( video PROPERTIES COMPILE_FLAGS -fPIC)
|
Reference in New Issue
Block a user