diff --git a/CMakeLists.txt b/CMakeLists.txt index 10d6fedd5..b1034b1fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,10 +84,10 @@ set( add_library(COORDINATE OBJECT ${CoordinateGlob}) add_library(FINGERPRINT OBJECT Util/FingerPrint.cpp) add_library(GITDESCRIPTION OBJECT Util/GitDescription.cpp) -add_library(OSRM ${OSRMSources} $ $ $) +add_library(OSRM ${OSRMSources} $ $ $ $) add_dependencies(FINGERPRINT FingerPrintConfigure) -add_executable(osrm-routed routed.cpp ${ServerGlob} $) +add_executable(osrm-routed routed.cpp ${ServerGlob}) add_executable(osrm-datastore datastore.cpp $ $ $ $) # Unit tests