We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77e17d commit 5f80b93Copy full SHA for 5f80b93
source/CMakeLists.txt
@@ -12,6 +12,10 @@ target_link_libraries(async_postgres PRIVATE
12
PostgreSQL::PostgreSQL
13
)
14
15
+if(WIN32)
16
+ target_link_libraries(async_postgres PRIVATE ws2_32)
17
+endif()
18
+
19
target_include_directories(async_postgres PRIVATE
20
${CMAKE_CURRENT_LIST_DIR}
21
${CMAKE_BINARY_DIR}/include
0 commit comments