haikuwebkit/Tools/ImageDiff/CoreGraphics.cmake

10 lines
143 B
CMake

list(APPEND ImageDiff_SOURCES
cg/PlatformImageCG.cpp
)
list(APPEND ImageDiff_LIBRARIES
CoreFoundation
CoreGraphics
CoreText
)