Skip to content

Commit

Permalink
Static linked cpr.dll and libcurl.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
Leidtier committed Mar 14, 2024
1 parent cebb933 commit 9fad736
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ project(SKSE_HTTP VERSION 0.0.1 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
# set(CMAKE_INTERPROCEDURAL_OPTIMIZATION ON)
option(DBUILD_SHARED_LIBS OFF)
option(BUILD_SHARED_LIBS OFF)
option(BUILD_STATIC_CURL ON)
option(BUILD_STATIC_LIBS ON)

set(SOURCES
src/TypedDictionary.cpp
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ A SKSE plugin to connect to a local http server and exchange strongly typed JSON
- [x] arrays
- [x] Serialize and deserialize typed dictionary to and from JSON
- [x] static link all the dependencies so that they don't have to sit in Skyrim's main directory
- [ ] libcurl
- [ ] cpr
- [x] libcurl
- [x] cpr
- [x] nlohmann/json
- [x] Make sure this works on
- [ ] Skyrim SE (I assume this works, but untested)
Expand Down

0 comments on commit 9fad736

Please sign in to comment.