reactos/rostests/winetests/xmllite/CMakeLists.txt
Amine Khaldi f576a9aa78 [XMLLITE_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60440
2013-09-28 15:43:21 +00:00

11 lines
273 B
CMake

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)