Skip to content

Commit

Permalink
install headers with .hpp suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM committed Jan 6, 2015
1 parent 1b10f53 commit 89dd0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ if(WITH_TOOLS OR BUILD_TOOLS)
install(TARGETS osrm-springclean DESTINATION bin)
endif()

file(GLOB InstallGlob Include/osrm/*.h Library/OSRM.h)
file(GLOB InstallGlob Include/osrm/*.hpp Library/OSRM.h)

# 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
Expand Down

0 comments on commit 89dd0c4

Please sign in to comment.