Sign in
webkit
/
WebKit
/
9f9c15eb6fdc193d77c7e606d643d4b8ec49399b
/
.
/
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
)