mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
246c4ee63f
* Globally mark expected failures as todos. ROSTESTS-128 svn path=/trunk/; revision=62181
13 lines
348 B
CMake
13 lines
348 B
CMake
|
|
add_definitions(-DUSE_WINE_TODOS)
|
|
|
|
list(APPEND SOURCE
|
|
editor.c
|
|
richole.c
|
|
testlist.c
|
|
txtsrv.c)
|
|
|
|
add_executable(riched20_winetest ${SOURCE})
|
|
set_module_type(riched20_winetest win32cui)
|
|
add_importlibs(riched20_winetest ole32 oleaut32 user32 gdi32 msvcrt kernel32)
|
|
add_cd_file(TARGET riched20_winetest DESTINATION reactos/bin FOR all)
|