Sign in
webkit
/
WebKit
/
655c1b31a9f2dadd1d37b06f0ab139b7bd7b40fc
/
.
/
Tools
/
ImageDiff
/
Cairo.cmake
blob: 66c34d6cf5c93f751326bcd629a0922353517ce1 [
file
] [
log
] [
blame
]
list
(
APPEND
ImageDiff_SOURCES
cairo
/
PlatformImageCairo
.
cpp
)
list
(
APPEND
ImageDiff_SYSTEM_INCLUDE_DIRECTORIES
$
{
CAIRO_INCLUDE_DIRS
}
)
list
(
APPEND
ImageDiff_LIBRARIES
$
{
CAIRO_LIBRARIES
}
)
list
(
APPEND
ImageDiff_PRIVATE_DEFINITIONS
USE_CAIRO
=
1
)