mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
d0e5925de2
svn path=/trunk/; revision=72836
13 lines
370 B
CMake
13 lines
370 B
CMake
|
|
list(APPEND SOURCE
|
|
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_cd_file(TARGET iphlpapi_apitest DESTINATION reactos/bin FOR all)
|