mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 13:33:42 +00:00
5 lines
193 B
CMake
5 lines
193 B
CMake
|
|
add_executable(write write.c rsrc.rc)
|
|
set_module_type(write win32gui UNICODE)
|
|
add_importlibs(write user32 gdi32 msvcrt kernel32)
|
|
add_cd_file(TARGET write DESTINATION reactos/system32 FOR all)
|