d501b5cd7215d034b91361da3372cc67d311c0be
[reactos.git] / rostests / apitests / ws2_32 / CMakeLists.txt
1
2 list(APPEND SOURCE
3 getaddrinfo.c
4 getnameinfo.c
5 getservbyname.c
6 getservbyport.c
7 helpers.c
8 ioctlsocket.c
9 nonblocking.c
10 nostartup.c
11 recv.c
12 send.c
13 WSAAsync.c
14 WSAIoctl.c
15 WSARecv.c
16 WSAStartup.c
17 testlist.c)
18
19 add_executable(ws2_32_apitest ${SOURCE})
20 target_link_libraries(ws2_32_apitest wine ${PSEH_LIB})
21 set_module_type(ws2_32_apitest win32cui)
22 add_importlibs(ws2_32_apitest ws2_32 msvcrt iphlpapi kernel32 ntdll)
23 add_rostests_file(TARGET ws2_32_apitest)