mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
551ab97f99
- Sync to Wine 1.3.37 svn path=/trunk/; revision=56190
15 lines
367 B
CMake
15 lines
367 B
CMake
|
|
add_definitions(-D__ROS_LONG64__)
|
|
|
|
list(APPEND SOURCE
|
|
reader.c
|
|
writer.c
|
|
testlist.c)
|
|
|
|
add_executable(xmllite_winetest ${SOURCE})
|
|
target_link_libraries(xmllite_winetest wine uuid)
|
|
|
|
set_module_type(xmllite_winetest win32cui)
|
|
add_importlibs(xmllite_winetest xmllite ole32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET xmllite_winetest DESTINATION reactos/bin FOR all)
|