mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:29:07 +08:00
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)
|
||
|
|