blob: ca4f1271cf7944b51354531c4178f8670957b3bf [file] [log] [blame]
# FIXME: https://bugs.webkit.org/show_bug.cgi?id=178730
# Make the Windows build and other builds work more similarly
# rather than having a very different build process with
# library/launcher on Windows and build directly into
# executable elsewhere
if (WIN32)
include(PlatformWin.cmake)
add_definitions(-DWIN_CAIRO)
endif ()