[XMLLITE_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
[reactos.git] / rostests / winetests / xmllite / CMakeLists.txt
1
2 add_definitions(-DUSE_WINE_TODOS)
3
4 list(APPEND SOURCE
5 reader.c
6 writer.c
7 testlist.c)
8
9 add_executable(xmllite_winetest ${SOURCE})
10 set_module_type(xmllite_winetest win32cui)
11 add_importlibs(xmllite_winetest ole32 msvcrt kernel32)
12 add_cd_file(TARGET xmllite_winetest DESTINATION reactos/bin FOR all)