mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
b4ebdb1ae9
svn path=/trunk/; revision=67442
6 lines
212 B
CMake
6 lines
212 B
CMake
|
|
add_executable(CmdLineUtil CmdLineUtil.c)
|
|
set_module_type(CmdLineUtil win32gui UNICODE)
|
|
add_importlibs(CmdLineUtil msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET CmdLineUtil DESTINATION reactos/bin/testdata FOR all)
|