mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
5efab7fd41
* Globally mark expected failures as todos. * Remove redundant definition. ROSTESTS-128 svn path=/trunk/; revision=62164
22 lines
481 B
CMake
22 lines
481 B
CMake
|
|
add_definitions(-DUSE_WINE_TODOS)
|
|
|
|
list(APPEND SOURCE
|
|
brush.c
|
|
customlinecap.c
|
|
font.c
|
|
graphics.c
|
|
graphicspath.c
|
|
image.c
|
|
matrix.c
|
|
metafile.c
|
|
pathiterator.c
|
|
pen.c
|
|
region.c
|
|
stringformat.c
|
|
testlist.c)
|
|
|
|
add_executable(gdiplus_winetest ${SOURCE})
|
|
set_module_type(gdiplus_winetest win32cui)
|
|
add_importlibs(gdiplus_winetest gdiplus user32 gdi32 ole32 msvcrt kernel32)
|
|
add_cd_file(TARGET gdiplus_winetest DESTINATION reactos/bin FOR all)
|