mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
8db8028cbd
- More work on the base modules. - Fix a typo. - Fix shlwapi and audio_test builds. svn path=/branches/cmake-bringup/; revision=49061
8 lines
139 B
CMake
8 lines
139 B
CMake
|
|
set_unicode()
|
|
|
|
add_executable(write write.c rsrc.rc)
|
|
|
|
set_module_type(write win32gui)
|
|
|
|
add_importlibs(write user32 gdi32 msvcrt kernel32)
|