reactos/dll/win32/netmsg/CMakeLists.txt

6 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)