mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
5 lines
189 B
CMake
5 lines
189 B
CMake
|
|
add_library(netmsg SHARED netmsg.rc)
|
|
set_module_type(netmsg module UNICODE ENTRYPOINT 0)
|
|
add_dependencies(netmsg netmsgmsg)
|
|
add_cd_file(TARGET netmsg DESTINATION reactos/system32 FOR all)
|