mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 19:43:33 +01:00
14 lines
352 B
Diff
14 lines
352 B
Diff
![]() |
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index 45fc887..8b90048 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -39,7 +39,7 @@ find_package(Threads REQUIRED)
|
||
|
find_package(CURL REQUIRED)
|
||
|
find_package(jsoncpp)
|
||
|
|
||
|
-add_library(restclient-cpp SHARED
|
||
|
+add_library(restclient-cpp
|
||
|
source/restclient.cc
|
||
|
source/connection.cc
|
||
|
source/helpers.cc
|