1 2add_executable(xcopy_winetest xcopy.c testlist.c) 3set_module_type(xcopy_winetest win32cui) 4add_importlibs(xcopy_winetest msvcrt kernel32) 5add_rostests_file(TARGET xcopy_winetest) 6