2010-12-22 16:33:37 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
2012-06-23 12:40:36 +00:00
|
|
|
getaddrinfo.c
|
2016-10-05 09:33:03 +00:00
|
|
|
getnameinfo.c
|
2016-04-05 12:44:16 +00:00
|
|
|
getservbyname.c
|
2016-04-05 12:20:47 +00:00
|
|
|
getservbyport.c
|
2010-12-22 16:33:37 +00:00
|
|
|
helpers.c
|
|
|
|
ioctlsocket.c
|
2016-11-10 15:13:19 +00:00
|
|
|
nonblocking.c
|
2014-10-03 09:00:15 +00:00
|
|
|
nostartup.c
|
2010-12-22 16:33:37 +00:00
|
|
|
recv.c
|
2015-06-13 12:29:07 +00:00
|
|
|
send.c
|
2016-10-28 07:01:16 +00:00
|
|
|
WSAAsync.c
|
2016-10-21 16:47:38 +00:00
|
|
|
WSAIoctl.c
|
2016-10-11 10:48:47 +00:00
|
|
|
WSARecv.c
|
2012-06-25 08:21:11 +00:00
|
|
|
WSAStartup.c
|
2010-12-22 16:33:37 +00:00
|
|
|
testlist.c)
|
|
|
|
|
|
|
|
add_executable(ws2_32_apitest ${SOURCE})
|
2012-06-23 12:40:36 +00:00
|
|
|
target_link_libraries(ws2_32_apitest wine ${PSEH_LIB})
|
2010-12-22 16:33:37 +00:00
|
|
|
set_module_type(ws2_32_apitest win32cui)
|
2016-10-21 16:47:38 +00:00
|
|
|
add_importlibs(ws2_32_apitest ws2_32 msvcrt iphlpapi kernel32 ntdll)
|
2011-05-14 20:55:36 +00:00
|
|
|
add_cd_file(TARGET ws2_32_apitest DESTINATION reactos/bin FOR all)
|