mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
3a2974ab60
Add cmdutils apps to build. svn path=/trunk/; revision=55592
5 lines
148 B
CMake
5 lines
148 B
CMake
|
|
add_executable(y y.c y.rc)
|
|
set_module_type(y win32cui)
|
|
add_importlibs(y msvcrt kernel32)
|
|
add_cd_file(TARGET y DESTINATION reactos/system32 FOR all) |