mirror of
https://github.com/reactos/reactos.git
synced 2025-07-16 06:04:03 +00:00
7 lines
161 B
CMake
7 lines
161 B
CMake
|
|
set_unicode()
|
|
|
|
add_executable(write write.c rsrc.rc)
|
|
set_module_type(write win32gui)
|
|
add_importlibs(write user32 gdi32 msvcrt kernel32)
|
|
add_cab_target(write 1)
|