reactos/rostests/winetests/xmllite/CMakeLists.txt
Amine Khaldi db7de12345 [XMLLITE_WINETEST]
* Globally mark expected failures as todos instead of failures.
ROSTESTS-128

svn path=/trunk/; revision=62148
2014-02-13 20:09:59 +00:00

13 lines
308 B
CMake

add_definitions(-DUSE_WINE_TODOS)
list(APPEND SOURCE
reader.c
writer.c
testlist.c)
add_executable(xmllite_winetest ${SOURCE})
set_module_type(xmllite_winetest win32cui)
add_importlibs(xmllite_winetest ole32 msvcrt kernel32)
add_cd_file(TARGET xmllite_winetest DESTINATION reactos/bin FOR all)