2010-12-07 11:40:10 +00:00
|
|
|
|
2014-02-14 23:30:37 +00:00
|
|
|
add_definitions(-DUSE_WINE_TODOS)
|
|
|
|
|
2010-12-07 11:40:10 +00:00
|
|
|
list(APPEND SOURCE
|
|
|
|
editor.c
|
|
|
|
richole.c
|
|
|
|
testlist.c
|
|
|
|
txtsrv.c)
|
|
|
|
|
2015-07-20 22:53:56 +00:00
|
|
|
if(MSVC)
|
|
|
|
set_property(SOURCE editor.c APPEND_STRING PROPERTY COMPILE_FLAGS " /w14189")
|
|
|
|
endif()
|
|
|
|
|
2010-12-07 11:40:10 +00:00
|
|
|
add_executable(riched20_winetest ${SOURCE})
|
|
|
|
set_module_type(riched20_winetest win32cui)
|
2013-09-26 16:32:32 +00:00
|
|
|
add_importlibs(riched20_winetest ole32 oleaut32 user32 gdi32 msvcrt kernel32)
|
2011-05-14 20:55:36 +00:00
|
|
|
add_cd_file(TARGET riched20_winetest DESTINATION reactos/bin FOR all)
|