mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
[WS2HELP] Add ws2help.rc to CMakeLists (#6055)
Fix missing dll version info
This commit is contained in:
parent
a79bd4d0cc
commit
82e81b2342
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue