Skip to content

Commit

Permalink
Merging PR #847 manually
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM committed Dec 20, 2013
2 parents a23158f + 5e4121a commit 4a3db7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ set(
${LibOSRMGlob}
${DescriptorGlob}
${DatastructureGlob}
${CoordinateGlob}
${AlgorithmGlob}
${HttpGlob}
)
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(GITDESCRIPTION STATIC Util/GitDescription.cpp)
add_dependencies(UUID UUIDConfigure)
Expand Down

0 comments on commit 4a3db7e

Please sign in to comment.