[PRINTING]
[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 nostartup.c
10 recv.c
11 send.c
12 WSAIoctl.c
13 WSARecv.c
14 WSAStartup.c
15 testlist.c)
16
17 add_executable(ws2_32_apitest ${SOURCE})
18 target_link_libraries(ws2_32_apitest wine ${PSEH_LIB})
19 set_module_type(ws2_32_apitest win32cui)
20 add_importlibs(ws2_32_apitest ws2_32 msvcrt iphlpapi kernel32 ntdll)
21 add_cd_file(TARGET ws2_32_apitest DESTINATION reactos/bin FOR all)