mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
4690bf4891
Move cmdline_util to CmdLineUtil and locate it in bin/data instead of bin svn path=/trunk/; revision=57527
9 lines
244 B
CMake
9 lines
244 B
CMake
|
|
list(APPEND SOURCE
|
|
CmdLineUtil.c)
|
|
|
|
add_executable(CmdLineUtil ${SOURCE})
|
|
set_module_type(CmdLineUtil win32gui UNICODE)
|
|
add_importlibs(CmdLineUtil msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET CmdLineUtil DESTINATION reactos/bin/data FOR all)
|