aboutsummaryrefslogtreecommitdiff
path: root/src/win/graph/direct/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/win/graph/direct/CMakeLists.txt')
-rw-r--r--src/win/graph/direct/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/win/graph/direct/CMakeLists.txt b/src/win/graph/direct/CMakeLists.txt
index 5505b0b5..070b7b51 100644
--- a/src/win/graph/direct/CMakeLists.txt
+++ b/src/win/graph/direct/CMakeLists.txt
@@ -8,6 +8,8 @@ add_library(cru_win_graph_direct STATIC
Painter.cpp
Resource.cpp
TextLayout.cpp
+ WindowPainter.cpp
+ WindowRenderTarget.cpp
)
target_sources(cru_win_graph_direct PUBLIC
${CRU_WIN_GRAPH_DIRECT_INCLUDE_DIR}/Brush.hpp
@@ -20,6 +22,8 @@ target_sources(cru_win_graph_direct PUBLIC
${CRU_WIN_GRAPH_DIRECT_INCLUDE_DIR}/Painter.hpp
${CRU_WIN_GRAPH_DIRECT_INCLUDE_DIR}/Resource.hpp
${CRU_WIN_GRAPH_DIRECT_INCLUDE_DIR}/TextLayout.hpp
+ ${CRU_WIN_GRAPH_DIRECT_INCLUDE_DIR}/WindowPainter.hpp
+ ${CRU_WIN_GRAPH_DIRECT_INCLUDE_DIR}/WindowRenderTarget.hpp
)
target_link_libraries(cru_win_graph_direct PUBLIC D3D11 D2d1 DWrite)
target_link_libraries(cru_win_graph_direct PUBLIC cru_win_base cru_platform_graph)