mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
19 lines
495 B
CMake
19 lines
495 B
CMake
|
|
add_definitions(-D__ROS_LONG64__)
|
|
|
|
list(APPEND SOURCE
|
|
dom.c
|
|
events.c
|
|
htmldoc.c
|
|
htmllocation.c
|
|
misc.c
|
|
protocol.c
|
|
script.c
|
|
testlist.c
|
|
rsrc.rc)
|
|
|
|
add_executable(mshtml_winetest ${SOURCE})
|
|
target_link_libraries(mshtml_winetest wine uuid strmiids)
|
|
set_module_type(mshtml_winetest win32cui)
|
|
add_importlibs(mshtml_winetest wininet ole32 oleaut32 user32 gdi32 urlmon advapi32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET mshtml_winetest DESTINATION reactos/bin FOR all)
|