Merging PR #847 manually
This commit is contained in:
commit
4a3db7e2c3
@ -57,11 +57,12 @@ set(
|
|||||||
${LibOSRMGlob}
|
${LibOSRMGlob}
|
||||||
${DescriptorGlob}
|
${DescriptorGlob}
|
||||||
${DatastructureGlob}
|
${DatastructureGlob}
|
||||||
|
${CoordinateGlob}
|
||||||
${AlgorithmGlob}
|
${AlgorithmGlob}
|
||||||
${HttpGlob}
|
${HttpGlob}
|
||||||
)
|
)
|
||||||
add_library(COORDLIB STATIC ${CoordinateGlob})
|
add_library(COORDLIB STATIC ${CoordinateGlob})
|
||||||
add_library(OSRM SHARED ${OSRMSources} Util/GitDescription.cpp Util/UUID.cpp)
|
add_library(OSRM STATIC ${OSRMSources} Util/GitDescription.cpp Util/UUID.cpp)
|
||||||
add_library(UUID STATIC Util/UUID.cpp)
|
add_library(UUID STATIC Util/UUID.cpp)
|
||||||
add_library(GITDESCRIPTION STATIC Util/GitDescription.cpp)
|
add_library(GITDESCRIPTION STATIC Util/GitDescription.cpp)
|
||||||
add_dependencies(UUID UUIDConfigure)
|
add_dependencies(UUID UUIDConfigure)
|
||||||
|
Loading…
Reference in New Issue
Block a user