1 2add_library(mycomput MODULE 3 mycomput.rc) 4add_dependencies(mycomput psdk) 5set_module_type(mycomput win32dll UNICODE ENTRYPOINT 0) 6 7add_cd_file(TARGET mycomput DESTINATION reactos/system32 FOR all) 8