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