d719c540eccfe055fed060734462f90579d8baf7
[reactos.git] / rostests / apitests / ws2_32 / CMakeLists.txt
1
2 list(APPEND SOURCE
3 getaddrinfo.c
4 helpers.c
5 ioctlsocket.c
6 nostartup.c
7 recv.c
8 send.c
9 WSAStartup.c
10 testlist.c)
11
12 add_executable(ws2_32_apitest ${SOURCE})
13 target_link_libraries(ws2_32_apitest wine ${PSEH_LIB})
14 set_module_type(ws2_32_apitest win32cui)
15 add_importlibs(ws2_32_apitest ws2_32 msvcrt kernel32 ntdll)
16 add_cd_file(TARGET ws2_32_apitest DESTINATION reactos/bin FOR all)