55593fffb8445123522873e746aea793df8cb01b
[reactos.git] / rostests / winetests / ws2_32 / CMakeLists.txt
1
2 include_directories(BEFORE ${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
3
4 add_executable(ws2_32_winetest protocol.c sock.c testlist.c)
5 set_module_type(ws2_32_winetest win32cui)
6 add_importlibs(ws2_32_winetest ws2_32 user32 msvcrt kernel32)
7 add_cd_file(TARGET ws2_32_winetest DESTINATION reactos/bin FOR all)
8
9 if(NOT MSVC)
10 add_target_compile_flags(ws2_32_winetest "-Wno-format")
11 endif()