mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
6 lines
193 B
CMake
6 lines
193 B
CMake
|
|
add_executable(CmdLineUtil CmdLineUtil.c)
|
|
set_module_type(CmdLineUtil win32gui UNICODE)
|
|
add_importlibs(CmdLineUtil msvcrt kernel32 ntdll)
|
|
add_rostests_file(TARGET CmdLineUtil SUBDIR testdata)
|