aboutsummaryrefslogtreecommitdiff
path: root/src/platform/graphics/direct2d/CMakeLists.txt
blob: 322c91e9b43af93adfff5f0961f3a216a29a1d6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
add_library(CruPlatformGraphicsDirect2d
	Base.cpp
	Brush.cpp
	Font.cpp
	Geometry.cpp
	Image.cpp
	ImageFactory.cpp
	Factory.cpp
	Painter.cpp
	TextLayout.cpp
	WindowPainter.cpp
	WindowRenderTarget.cpp
)
target_link_libraries(CruPlatformGraphicsDirect2d PUBLIC D3D11 D2d1 DWrite)
target_link_libraries(CruPlatformGraphicsDirect2d PUBLIC CruPlatformGraphics)
target_compile_definitions(CruPlatformGraphicsDirect2d PRIVATE CRU_WIN_GRAPHICS_DIRECT_EXPORT_API)