mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
10 lines
No EOL
163 B
CMake
10 lines
No EOL
163 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) |