Link internal tools against UUID
This commit is contained in:
parent
4a39a4af1c
commit
f70174d1d1
@ -146,9 +146,10 @@ if(WITH_TOOLS)
|
|||||||
if(GDAL_FOUND)
|
if(GDAL_FOUND)
|
||||||
add_executable(osrm-components Tools/componentAnalysis.cpp)
|
add_executable(osrm-components Tools/componentAnalysis.cpp)
|
||||||
include_directories(${GDAL_INCLUDE_DIR})
|
include_directories(${GDAL_INCLUDE_DIR})
|
||||||
target_link_libraries( osrm-components ${GDAL_LIBRARIES} )
|
target_link_libraries(
|
||||||
target_link_libraries( osrm-components ${Boost_LIBRARIES} )
|
osrm-components ${GDAL_LIBRARIES} ${Boost_LIBRARIES} UUID
|
||||||
|
)
|
||||||
endif(GDAL_FOUND)
|
endif(GDAL_FOUND)
|
||||||
add_executable ( osrm-cli Tools/simpleclient.cpp)
|
add_executable ( osrm-cli Tools/simpleclient.cpp )
|
||||||
target_link_libraries( osrm-cli ${Boost_LIBRARIES} OSRM)
|
target_link_libraries( osrm-cli ${Boost_LIBRARIES} OSRM UUID )
|
||||||
endif(WITH_TOOLS)
|
endif(WITH_TOOLS)
|
||||||
|
Loading…
Reference in New Issue
Block a user