reactos/rostests/winetests/xmllite/CMakeLists.txt
Amine Khaldi b9122a338a [XMLLITE_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71727
2016-07-02 12:57:07 +00:00

13 lines
316 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 xmllite ole32 msvcrt kernel32)
add_cd_file(TARGET xmllite_winetest DESTINATION reactos/bin FOR all)