7115171eba159ac66fc0196af96bf8326059de68
[reactos.git] / dll / win32 / netmsg / CMakeLists.txt
1
2 add_library(netmsg SHARED netmsg.rc)
3 set_module_type(netmsg module UNICODE ENTRYPOINT 0)
4 add_dependencies(netmsg netmsgmsg)
5 add_cd_file(TARGET netmsg DESTINATION reactos/system32 FOR all)