mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 14:44:19 +00:00
cc656f9803
svn path=/trunk/; revision=70261
11 lines
338 B
CMake
11 lines
338 B
CMake
|
|
list(APPEND SOURCE
|
|
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 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET iphlpapi_apitest DESTINATION reactos/bin FOR all)
|