File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ if(WITH_TOOLS OR BUILD_TOOLS)
264264 target_link_libraries (
265265 osrm-components
266266 ${GDAL_LIBRARIES} ${Boost_LIBRARIES} FINGERPRINT GITDESCRIPTION COORDLIB)
267+ install (TARGETS osrm-components DESTINATION bin)
267268 else ()
268269 message (FATAL_ERROR "libgdal and/or development headers not found" )
269270 endif ()
@@ -277,6 +278,10 @@ if(WITH_TOOLS OR BUILD_TOOLS)
277278 if (UNIX AND NOT APPLE )
278279 target_link_libraries (osrm-unlock-all rt)
279280 endif ()
281+
282+ install (TARGETS osrm-cli DESTINATION bin)
283+ install (TARGETS osrm-io-benchmark DESTINATION bin)
284+ install (TARGETS osrm-unlock-all DESTINATION bin)
280285endif ()
281286
282287file (GLOB InstallGlob Include /osrm/*.h Library/OSRM.h)
You can’t perform that action at this time.
0 commit comments