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