mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
21 lines
492 B
CMake
21 lines
492 B
CMake
|
|
add_definitions(
|
|
-D__ROS_LONG64__
|
|
-D_DLL -D__USE_CRTIMP)
|
|
|
|
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_cab_target(mshtml_winetest 7)
|