xref: /reactos/dll/win32/netmsg/CMakeLists.txt (revision c3483339)
1
2add_library(netmsg SHARED netmsg.rc)
3set_module_type(netmsg module UNICODE ENTRYPOINT 0)
4add_dependencies(netmsg netmsgmsg)
5add_cd_file(TARGET netmsg DESTINATION reactos/system32 FOR all)
6