mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:49:00 +08:00
765c780526
Co-authored-by: Nathan Mercer <nmercer@intermap.com>
17 lines
360 B
Diff
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)
|
|
|