vcpkg/ports/lerc/enable_static_build.patch
Nathan 765c780526
[lerc] Add lerc port (#13358)
Co-authored-by: Nathan Mercer <nmercer@intermap.com>
2020-09-09 12:47:16 -07:00

17 lines
360 B
Diff

CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d22ad11..e90fcdd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ file(GLOB SOURCES
)
message(${SOURCES})
-add_library(LercLib SHARED ${SOURCES})
+add_library(LercLib ${SOURCES})
target_link_libraries (LercLib)