Skip to content

Commit

Permalink
Attempt fix for cmake windows for curl
Browse files Browse the repository at this point in the history
  • Loading branch information
macite committed Mar 13, 2024
1 parent 5f12b81 commit 3879c99
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion tools/scripts/cmake/libsplashkit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,24 @@ if (WIN32 OR MSYS OR MINGW)
-llibcivetweb \
-lSDL2 \
-lSDL2_ttf \
-llibcurl \
-llibSDL2_gfx-1-0-0 \
--static \
-lcurl \
-lnghttp2 \
-lidn2 \
-lssh2 \
-lpsl \
-ladvapi32 \
-lcrypt32 \
-lssl \
-lcrypto \
-lssl \
-lcrypto \
-lgdi32 \
-lwldap32 \
-lzstd \
-lbrotlidec \
-lz \
-llibpng16-16 \
-lws2_32 \
-static-libstdc++ -static-libgcc \
Expand Down

0 comments on commit 3879c99

Please sign in to comment.