https://git.reactos.org/?p=reactos.git;a=commitdiff;h=82e81b23428854356f1d6…
commit 82e81b23428854356f1d60e142fc22e633801f7a
Author: Thamatip Chitpong <thamatip.chitpong(a)reactos.org>
AuthorDate: Wed Nov 29 07:03:28 2023 +0700
Commit: GitHub <noreply(a)github.com>
CommitDate: Wed Nov 29 07:03:28 2023 +0700
[WS2HELP] Add ws2help.rc to CMakeLists (#6055)
Fix missing dll version info
---
dll/win32/ws2help/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/dll/win32/ws2help/CMakeLists.txt b/dll/win32/ws2help/CMakeLists.txt
index 00c8ad02b05..15450e7c056 100644
--- a/dll/win32/ws2help/CMakeLists.txt
+++ b/dll/win32/ws2help/CMakeLists.txt
@@ -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)