2015-11-29 19:31:33 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
2018-11-29 08:42:13 +01:00
|
|
|
GetExtendedTcpTable.c
|
2018-12-21 19:05:07 +01:00
|
|
|
GetExtendedUdpTable.c
|
2017-11-25 20:06:21 +03:00
|
|
|
GetInterfaceName.c
|
2016-09-28 14:27:48 +00:00
|
|
|
GetNetworkParams.c
|
2018-11-29 19:58:36 +01:00
|
|
|
GetOwnerModuleFromTcpEntry.c
|
2018-12-21 19:16:25 +01:00
|
|
|
GetOwnerModuleFromUdpEntry.c
|
2015-12-04 10:34:24 +00:00
|
|
|
icmp.c
|
2015-11-29 19:31:33 +00:00
|
|
|
SendARP.c
|
|
|
|
testlist.c)
|
|
|
|
|
|
|
|
add_executable(iphlpapi_apitest ${SOURCE})
|
|
|
|
target_link_libraries(iphlpapi_apitest wine ${PSEH_LIB})
|
|
|
|
set_module_type(iphlpapi_apitest win32cui)
|
2018-11-27 21:25:23 +01:00
|
|
|
add_importlibs(iphlpapi_apitest iphlpapi ws2_32 advapi32 msvcrt kernel32 ntdll)
|
2017-01-13 09:24:15 +00:00
|
|
|
add_rostests_file(TARGET iphlpapi_apitest)
|