blob: e9c6a9d1b64e331ee1b345e31734d5e71924bbd6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
add_library(CruPlatformGraphics
ForDllExport.cpp
Geometry.cpp
Image.cpp
NullPainter.cpp
)
target_compile_definitions(CruPlatformGraphics PRIVATE CRU_PLATFORM_GRAPHICS_EXPORT_API)
target_link_libraries(CruPlatformGraphics PUBLIC CruPlatformBase)
add_subdirectory(cairo)
|