build unlock tool and link against git descriptor
This commit is contained in:
parent
bbc1c04042
commit
419f708d87
@ -181,4 +181,6 @@ if(WITH_TOOLS)
|
|||||||
target_link_libraries( osrm-cli ${Boost_LIBRARIES} OSRM UUID GITDESCRIPTION )
|
target_link_libraries( osrm-cli ${Boost_LIBRARIES} OSRM UUID GITDESCRIPTION )
|
||||||
add_executable ( osrm-io-benchmark Tools/io-benchmark.cpp )
|
add_executable ( osrm-io-benchmark Tools/io-benchmark.cpp )
|
||||||
target_link_libraries( osrm-io-benchmark ${Boost_LIBRARIES} GITDESCRIPTION)
|
target_link_libraries( osrm-io-benchmark ${Boost_LIBRARIES} GITDESCRIPTION)
|
||||||
|
add_executable ( osrm-unlock-all Tools/unlock_all_mutexes.cpp )
|
||||||
|
target_link_libraries( osrm-unlock-all ${Boost_LIBRARIES} GITDESCRIPTION)
|
||||||
endif(WITH_TOOLS)
|
endif(WITH_TOOLS)
|
||||||
|
Loading…
Reference in New Issue
Block a user