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 2662c0d commit 276ff5aCopy full SHA for 276ff5a
CMakeLists.txt
@@ -89,7 +89,7 @@ add_library(enet STATIC
89
${SOURCE_FILES}
90
)
91
92
-if (MINGW)
+if (WIN32)
93
target_link_libraries(enet winmm ws2_32)
94
endif()
95
0 commit comments