mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
3a2974ab60
Add cmdutils apps to build. svn path=/trunk/; revision=55592
5 lines
182 B
CMake
5 lines
182 B
CMake
|
|
add_executable(mode mode.c mode.rc)
|
|
set_module_type(mode win32cui)
|
|
add_importlibs(mode shell32 user32 msvcrt kernel32)
|
|
add_cd_file(TARGET mode DESTINATION reactos/system32 FOR all)
|