mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
5 lines
212 B
CMake
5 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)
|