diff options
author | crupest <crupest@outlook.com> | 2019-06-27 15:29:13 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-06-27 15:29:13 +0800 |
commit | 8c5b05bcfce96495b4ffc4209ab8feda12597729 (patch) | |
tree | a0a8bc99d8ffb42dc231696a4e4dfd1e7607eea0 /src/win/graph/direct/CMakeLists.txt | |
parent | baa7cf141b8121473edceae16c1a20a6d47bd202 (diff) | |
download | cru-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.txt | 1 |
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) |