1 2list(APPEND SOURCE 3 GetExtendedTcpTable.c 4 GetExtendedUdpTable.c 5 GetInterfaceName.c 6 GetNetworkParams.c 7 GetOwnerModuleFromTcpEntry.c 8 GetOwnerModuleFromUdpEntry.c 9 icmp.c 10 SendARP.c 11 testlist.c) 12 13add_executable(iphlpapi_apitest ${SOURCE}) 14target_link_libraries(iphlpapi_apitest wine ${PSEH_LIB}) 15set_module_type(iphlpapi_apitest win32cui) 16add_importlibs(iphlpapi_apitest iphlpapi ws2_32 advapi32 msvcrt kernel32 ntdll) 17add_rostests_file(TARGET iphlpapi_apitest) 18