blob: d7b7d3435de42c6299ae77c6dd027f772e2b3a01 [file] [log] [blame]
set(wrapper_DEFINITIONS USE_CONSOLE_ENTRY_POINT)
if (${WTF_PLATFORM_WIN_CAIRO})
list(APPEND wrapper_DEFINITIONS WIN_CAIRO)
include(Cairo.cmake)
else ()
include(CoreGraphics.cmake)
endif ()
WEBKIT_WRAP_EXECUTABLE(ImageDiff
SOURCES ${TOOLS_DIR}/win/DLLLauncher/DLLLauncherMain.cpp
LIBRARIES shlwapi
)
target_compile_definitions(ImageDiff PRIVATE ${wrapper_DEFINITIONS})