mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-15 08:50:38 +08:00
Updated Linux compilation to link to OpenCV dynamically
This commit is contained in:
@@ -5,5 +5,6 @@ set(support_source_files
|
||||
timing.cpp
|
||||
)
|
||||
|
||||
add_library(support STATIC ${support_source_files})
|
||||
|
||||
add_library(support ${support_source_files})
|
||||
SET_TARGET_PROPERTIES( support PROPERTIES COMPILE_FLAGS -fPIC)
|
Reference in New Issue
Block a user