From f73723f9af39884e65d71d067edc2d8dc53da904 Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Sat, 12 Oct 2013 15:20:32 +0200 Subject: [PATCH] link simple client against git descriptor --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d4d66f368..0d17236b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -161,7 +161,7 @@ if(WITH_TOOLS) osrm-components ${GDAL_LIBRARIES} ${Boost_LIBRARIES} UUID ) endif(GDAL_FOUND) - add_executable ( osrm-cli Tools/simpleclient.cpp ) + add_executable ( osrm-cli Tools/simpleclient.cpp Util/GitDescription.cpp) target_link_libraries( osrm-cli ${Boost_LIBRARIES} OSRM UUID ) add_executable ( osrm-io-benchmark Tools/io-benchmark.cpp ) target_link_libraries( osrm-io-benchmark ${Boost_LIBRARIES} )