mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-09 07:30:07 +08:00
Added major version to python/java native libs
This commit is contained in:
@@ -12,6 +12,7 @@ set(python_source_files
|
||||
|
||||
add_library(openalprpy SHARED ${python_source_files})
|
||||
|
||||
set_target_properties(openalprpy PROPERTIES SOVERSION ${OPENALPR_MAJOR_VERSION})
|
||||
|
||||
TARGET_LINK_LIBRARIES(openalprpy openalpr)
|
||||
|
||||
|
Reference in New Issue
Block a user