blob: 6a9ec2a953908097e71c066f919c87b14bad84cc [file] [log] [blame]
list(APPEND WebCore_PRIVATE_INCLUDE_DIRECTORIES
"${WEBCORE_DIR}/platform/graphics/cairo"
)
list(APPEND WebCore_UNIFIED_SOURCE_LIST_FILES
"platform/SourcesCairo.txt"
)
list(APPEND WebCore_PRIVATE_FRAMEWORK_HEADERS
platform/graphics/cairo/BackingStoreBackendCairo.h
platform/graphics/cairo/BackingStoreBackendCairoImpl.h
platform/graphics/cairo/BackingStoreBackendCairoX11.h
platform/graphics/cairo/CairoOperations.h
platform/graphics/cairo/CairoUtilities.h
platform/graphics/cairo/GraphicsContextImplCairo.h
platform/graphics/cairo/ImageBufferDataCairo.h
platform/graphics/cairo/PlatformContextCairo.h
platform/graphics/cairo/RefPtrCairo.h
)
list(APPEND WebCore_LIBRARIES
Cairo::Cairo
)