[NETMSG] Add netmsg resource dll with some lmerr messages
[reactos.git] / dll / win32 / netmsg / CMakeLists.txt
1
2 add_library(netmsg SHARED netmsg.rc)
3 set_module_type(netmsg module UNICODE)
4 add_dependencies(netmsg netmsgmsg)
5 add_cd_file(TARGET netmsg DESTINATION reactos/system32 FOR all)