Install data directory (geojson files) like the profiles directory (#6699)
This commit is contained in:
parent
14dcf91812
commit
0f7b86b099
@ -639,6 +639,10 @@ install(TARGETS osrm_guidance DESTINATION lib)
|
||||
set(DefaultProfilesDir profiles)
|
||||
install(DIRECTORY ${DefaultProfilesDir} DESTINATION share/osrm)
|
||||
|
||||
# Install data geojson files to /usr/local/share/osrm/data by default
|
||||
set(DefaultProfilesDir data)
|
||||
install(DIRECTORY ${DefaultProfilesDir} DESTINATION share/osrm)
|
||||
|
||||
# Setup exporting variables for pkgconfig and subproject
|
||||
#
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user