Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion vendor/cpp-httplib/CMakeLists.txt
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,8 +11,9 @@ endif()
target_link_libraries (${TARGET}PRIVATE Threads::Threads)

if (WIN32ANDNOTMSVC)
target_link_libraries(${TARGET}PUBLIC ws2_32)
target_link_libraries(${TARGET}PRIVATE ws2_32)
endif()

target_compile_features(${TARGET}PRIVATE cxx_std_17)

target_compile_definitions(${TARGET}PRIVATE
Expand Down
Loading