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