mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
18 lines
376 B
Text
18 lines
376 B
Text
|
|
||
|
add_definitions(
|
||
|
-D__ROS_LONG64__
|
||
|
-D_DLL -D__USE_CRTIMP)
|
||
|
|
||
|
list(APPEND SOURCE
|
||
|
domdoc.c
|
||
|
saxreader.c
|
||
|
schema.c
|
||
|
testlist.c
|
||
|
xmldoc.c
|
||
|
xmlelem.c)
|
||
|
|
||
|
add_executable(msxml3_winetest ${SOURCE})
|
||
|
target_link_libraries(msxml3_winetest wine)
|
||
|
set_module_type(msxml3_winetest win32cui)
|
||
|
add_importlibs(msxml3_winetest user32 ole32 oleaut32 msvcrt kernel32 ntdll)
|