aboutsummaryrefslogtreecommitdiff
path: root/src/win/graph
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-12-13 22:25:29 +0800
committercrupest <crupest@outlook.com>2019-12-13 22:25:29 +0800
commit3d3290a60d328b6d2a6d3fc4d8d7483583ed13aa (patch)
tree3e2b75cfb70e96d4b5f4a0b5cb19a8c3cd20cf53 /src/win/graph
parent9110574bb51e9e2959842a7641f598d34c3cd847 (diff)
downloadcru-3d3290a60d328b6d2a6d3fc4d8d7483583ed13aa.tar.gz
cru-3d3290a60d328b6d2a6d3fc4d8d7483583ed13aa.tar.bz2
cru-3d3290a60d328b6d2a6d3fc4d8d7483583ed13aa.zip
...
Diffstat (limited to 'src/win/graph')
-rw-r--r--src/win/graph/direct/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/win/graph/direct/CMakeLists.txt b/src/win/graph/direct/CMakeLists.txt
index b277fa32..492f6749 100644
--- a/src/win/graph/direct/CMakeLists.txt
+++ b/src/win/graph/direct/CMakeLists.txt
@@ -21,4 +21,5 @@ target_sources(cru_win_graph_direct PUBLIC
${CRU_WIN_GRAPH_DIRECT_INCLUDE_DIR}/resource.hpp
${CRU_WIN_GRAPH_DIRECT_INCLUDE_DIR}/text_layout.hpp
)
-target_link_libraries(cru_win_graph_direct PUBLIC D3D11 D2d1 DWrite cru_win_base cru_platform_graph)
+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)