diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d11858b7..b5bd1779e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,6 +88,7 @@ set( ${AlgorithmGlob} ${HttpGlob} ) + add_library(COORDINATE OBJECT ${CoordinateGlob}) add_library(FINGERPRINT OBJECT Util/fingerprint.cpp) add_library(GITDESCRIPTION OBJECT Util/git_sha.cpp)