xref: /reactos/dll/win32/mycomput/CMakeLists.txt (revision 7eead935)
1
2add_library(mycomput MODULE
3    mycomput.rc)
4
5set_module_type(mycomput win32dll UNICODE ENTRYPOINT 0)
6
7add_cd_file(TARGET mycomput DESTINATION reactos/system32 FOR all)
8