[WS2HELP] Add ws2help.rc to CMakeLists (#6055)

Fix missing dll version info
This commit is contained in:
Thamatip Chitpong
2023-11-29 07:03:28 +07:00
committed by GitHub
parent a79bd4d0cc
commit 82e81b2342
+1
View File
@@ -12,6 +12,7 @@ list(APPEND SOURCE
add_library(ws2help MODULE
${SOURCE}
ws2help.rc
${CMAKE_CURRENT_BINARY_DIR}/ws2help.def)
set_module_type(ws2help win32dll)