2010-12-07 11:40:10 +00:00
|
|
|
|
2016-04-20 12:39:37 +00:00
|
|
|
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)
|
2015-03-14 23:33:29 +00:00
|
|
|
|
2010-12-07 11:40:10 +00:00
|
|
|
add_executable(ws2_32_winetest protocol.c sock.c testlist.c)
|
|
|
|
set_module_type(ws2_32_winetest win32cui)
|
2013-12-07 20:26:32 +00:00
|
|
|
add_importlibs(ws2_32_winetest ws2_32 user32 msvcrt kernel32)
|
2011-05-14 20:55:36 +00:00
|
|
|
add_cd_file(TARGET ws2_32_winetest DESTINATION reactos/bin FOR all)
|
2011-09-04 17:33:34 +00:00
|
|
|
|
|
|
|
if(NOT MSVC)
|
2011-10-02 22:16:18 +00:00
|
|
|
add_target_compile_flags(ws2_32_winetest "-Wno-format")
|
2011-09-04 17:33:34 +00:00
|
|
|
endif()
|