Sign in
webkit
/
WebKit
/
5f5a6028c605b8bc5246a393ce77092d8a58a57f
/
.
/
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
)