aboutsummaryrefslogtreecommitdiff
path: root/src/platform/graphics/CMakeLists.txt
blob: e86e9c89d91fa3a5398f5c3c6fa45c9e236a3383 (plain)
1
2
3
4
5
6
7
8
add_library(CruPlatformGraphics
	Geometry.cpp
	Image.cpp
	SvgGeometryBuilderMixin.cpp
)
target_compile_definitions(CruPlatformGraphics PRIVATE CRU_PLATFORM_GRAPHICS_EXPORT_API)
target_link_libraries(CruPlatformGraphics PUBLIC CruPlatformBase)