mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 06:56:49 +08:00
Added install to Python/Java libs
This commit is contained in:
@@ -21,3 +21,5 @@ add_library(openalprjni SHARED ${jni_source_files})
|
||||
|
||||
TARGET_LINK_LIBRARIES(openalprjni openalpr)
|
||||
|
||||
|
||||
install (TARGETS openalprjni DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
|
@@ -15,3 +15,5 @@ add_library(openalprpy SHARED ${python_source_files})
|
||||
|
||||
TARGET_LINK_LIBRARIES(openalprpy openalpr)
|
||||
|
||||
|
||||
install (TARGETS openalprpy DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
|
Reference in New Issue
Block a user