mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
7 lines
201 B
CMake
7 lines
201 B
CMake
|
|
add_library(mycomput MODULE
|
|
mycomput.rc)
|
|
add_dependencies(mycomput psdk)
|
|
set_module_type(mycomput win32dll UNICODE ENTRYPOINT 0)
|
|
|
|
add_cd_file(TARGET mycomput DESTINATION reactos/system32 FOR all)
|