aboutsummaryrefslogtreecommitdiff
path: root/src/win/graph/direct/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-06-27 15:29:13 +0800
committercrupest <crupest@outlook.com>2019-06-27 15:29:13 +0800
commit8c5b05bcfce96495b4ffc4209ab8feda12597729 (patch)
treea0a8bc99d8ffb42dc231696a4e4dfd1e7607eea0 /src/win/graph/direct/CMakeLists.txt
parentbaa7cf141b8121473edceae16c1a20a6d47bd202 (diff)
downloadcru-8c5b05bcfce96495b4ffc4209ab8feda12597729.tar.gz
cru-8c5b05bcfce96495b4ffc4209ab8feda12597729.tar.bz2
cru-8c5b05bcfce96495b4ffc4209ab8feda12597729.zip
...
Diffstat (limited to 'src/win/graph/direct/CMakeLists.txt')
-rw-r--r--src/win/graph/direct/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/win/graph/direct/CMakeLists.txt b/src/win/graph/direct/CMakeLists.txt
index 7a04a778..7cbbb080 100644
--- a/src/win/graph/direct/CMakeLists.txt
+++ b/src/win/graph/direct/CMakeLists.txt
@@ -19,6 +19,7 @@ target_sources(cru_win_graph_direct PUBLIC
${CRU_WIN_GRAPH_DIRECT_INCLUDE_DIR}/geometry.hpp
${CRU_WIN_GRAPH_DIRECT_INCLUDE_DIR}/graph_factory.hpp
${CRU_WIN_GRAPH_DIRECT_INCLUDE_DIR}/painter.hpp
+ ${CRU_WIN_GRAPH_DIRECT_INCLUDE_DIR}/platform_id.hpp
${CRU_WIN_GRAPH_DIRECT_INCLUDE_DIR}/text_layout.hpp
)
target_link_libraries(cru_win_graph_direct PUBLIC D3D11 D2d1 DWrite cru_win_base)