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