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