reactos/rostests/winetests/cmd/CMakeLists.txt

6 lines
206 B
CMake
Raw Normal View History

add_executable(cmd_winetest batch.c testlist.c rsrc.rc)
set_module_type(cmd_winetest win32cui)
add_importlibs(cmd_winetest msvcrt kernel32)
add_cd_file(TARGET cmd_winetest DESTINATION reactos/bin FOR all)