mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
13 lines
367 B
CMake
13 lines
367 B
CMake
|
|
list(APPEND SOURCE
|
|
GetInterfaceName.c
|
|
GetNetworkParams.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 advapi32 msvcrt kernel32 ntdll)
|
|
add_rostests_file(TARGET iphlpapi_apitest)
|