mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-08 03:20:08 +08:00
Installing openalpr static library by default
This commit is contained in:
@@ -53,6 +53,7 @@ TARGET_LINK_LIBRARIES(openalpr
|
|||||||
|
|
||||||
|
|
||||||
install (FILES alpr.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include)
|
install (FILES alpr.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include)
|
||||||
|
install (TARGETS openalpr-static DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
|
||||||
install (TARGETS openalpr DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
|
install (TARGETS openalpr DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
|
||||||
|
|
||||||
# Add definition for default config file
|
# Add definition for default config file
|
||||||
|
Reference in New Issue
Block a user