ec813611c09617560b302939ba5b6c9153059b51
[reactos.git] / rostests / winetests / ws2_32 / CMakeLists.txt
1
2 add_definitions(
3 -D__ROS_LONG64__
4 -D_DLL -D__USE_CRTIMP)
5
6 add_executable(ws2_32_winetest protocol.c sock.c testlist.c)
7 target_link_libraries(ws2_32_winetest wine)
8 set_module_type(ws2_32_winetest win32cui)
9 add_importlibs(ws2_32_winetest ws2_32 user32 msvcrt kernel32 ntdll)
10 add_cd_file(TARGET ws2_32_winetest DESTINATION reactos/bin FOR all)
11
12 if(NOT MSVC)
13 allow_warnings(ws2_32_winetest)
14 endif()