[CMAKE] Use modules instead of shared libraries
[reactos.git] / dll / win32 / mycomput / CMakeLists.txt
1
2 add_library(mycomput MODULE
3 mycomput.rc)
4
5 set_module_type(mycomput win32dll UNICODE ENTRYPOINT 0)
6
7 add_cd_file(TARGET mycomput DESTINATION reactos/system32 FOR all)