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