mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
5 lines
176 B
CMake
5 lines
176 B
CMake
|
|
add_library(netmsg SHARED netmsg.rc)
|
|
set_module_type(netmsg module UNICODE)
|
|
add_dependencies(netmsg netmsgmsg)
|
|
add_cd_file(TARGET netmsg DESTINATION reactos/system32 FOR all)
|