mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
8 lines
170 B
CMake
8 lines
170 B
CMake
|
|
add_library(mycomput SHARED
|
|
mycomput.rc)
|
|
|
|
set_module_type(mycomput win32dll UNICODE ENTRYPOINT 0)
|
|
|
|
add_cd_file(TARGET mycomput DESTINATION reactos/system32 FOR all)
|