mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 02:42:47 +08:00
Added CPack config to main Cmake. Using absolute paths for install targets
This commit is contained in:
@@ -46,8 +46,8 @@ set_target_properties(openalpr PROPERTIES SOVERSION ${OPENALPR_MAJOR_VERSION})
|
||||
)
|
||||
|
||||
|
||||
install (FILES alpr.h DESTINATION include)
|
||||
install (TARGETS openalpr DESTINATION lib)
|
||||
install (FILES alpr.h DESTINATION /usr/include)
|
||||
install (TARGETS openalpr DESTINATION /usr/lib)
|
||||
|
||||
# Add definition for default config file
|
||||
add_definitions(-DDEFAULT_CONFIG_FILE="/etc/openalpr/openalpr.conf")
|
||||
|
Reference in New Issue
Block a user