small updates

This commit is contained in:
2024-04-07 11:02:12 +02:00
parent b14bcfada7
commit 3d9e963ca4
3 changed files with 4 additions and 11 deletions

View File

@@ -7,4 +7,7 @@ add_library(happyhttp STATIC
target_include_directories(happyhttp PUBLIC .)
target_compile_features(happyhttp PUBLIC cxx_std_11)
if(WIN32)
target_link_libraries(happyhttp iphlpapi ws2_32)
endif()