refactor Tools dir for C++11

This commit is contained in:
Dennis Luxen 2014-05-08 18:34:58 +02:00
parent 1960c38468
commit fdd0c8470f

View File

@ -229,7 +229,7 @@ if(WITH_TOOLS)
message(STATUS "Activating OSRM internal tools")
find_package(GDAL)
if(GDAL_FOUND)
add_executable(osrm-components Tools/componentAnalysis.cpp)
add_executable(osrm-components Tools/components.cpp)
include_directories(${GDAL_INCLUDE_DIR})
target_link_libraries(
osrm-components