1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-28 13:22:56 +00:00
reactos/modules/rostests/apitests/iphlpapi/CMakeLists.txt

18 lines
492 B
Text
Raw Normal View History

list(APPEND SOURCE
GetExtendedTcpTable.c
GetExtendedUdpTable.c
GetInterfaceName.c
GetNetworkParams.c
GetOwnerModuleFromTcpEntry.c
GetOwnerModuleFromUdpEntry.c
icmp.c
SendARP.c
testlist.c)
add_executable(iphlpapi_apitest ${SOURCE})
target_link_libraries(iphlpapi_apitest wine ${PSEH_LIB})
set_module_type(iphlpapi_apitest win32cui)
add_importlibs(iphlpapi_apitest iphlpapi ws2_32 advapi32 msvcrt kernel32 ntdll)
add_rostests_file(TARGET iphlpapi_apitest)