install mapbox/variant headers from third_party directory
This commit is contained in:
parent
501863a0eb
commit
50c460ebd5
@ -325,7 +325,7 @@ if(WITH_TOOLS OR BUILD_TOOLS)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
file(GLOB InstallGlob Include/osrm/*.hpp Library/OSRM.h)
|
file(GLOB InstallGlob Include/osrm/*.hpp Library/OSRM.h)
|
||||||
file(GLOB VariantGlob Include/variant/*.hpp)
|
file(GLOB VariantGlob third_party/variant/*.hpp)
|
||||||
|
|
||||||
# Add RPATH info to executables so that when they are run after being installed
|
# Add RPATH info to executables so that when they are run after being installed
|
||||||
# (i.e., from /usr/local/bin/) the linker can find library dependencies. For
|
# (i.e., from /usr/local/bin/) the linker can find library dependencies. For
|
||||||
|
Loading…
Reference in New Issue
Block a user