reactos/rostests/winetests/windowscodecs/CMakeLists.txt
Amine Khaldi 1956052502 [WINDOWSCODECS_WINETEST]
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128

svn path=/trunk/; revision=62192
2014-02-14 23:46:01 +00:00

23 lines
529 B
CMake

add_definitions(-DUSE_WINE_TODOS)
list(APPEND SOURCE
bitmap.c
bmpformat.c
converter.c
gifformat.c
icoformat.c
info.c
metadata.c
palette.c
pngformat.c
propertybag.c
stream.c
testlist.c
tiffformat.c)
add_executable(windowscodecs_winetest ${SOURCE})
set_module_type(windowscodecs_winetest win32cui)
add_importlibs(windowscodecs_winetest windowscodecs oleaut32 ole32 user32 gdi32 msvcrt kernel32 ntdll)
add_cd_file(TARGET windowscodecs_winetest DESTINATION reactos/bin FOR all)