Skip to content

Commit

Permalink
Install data directory (geojson files) like the profiles directory (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Sep 13, 2023
1 parent 14dcf91 commit 0f7b86b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
#

Expand Down

0 comments on commit 0f7b86b

Please sign in to comment.