aboutsummaryrefslogtreecommitdiff
path: root/src/win/graphics/direct
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-17 22:18:01 +0800
committercrupest <crupest@outlook.com>2022-01-17 22:18:01 +0800
commit81f7d5faaaf79149070a901a4f299aee70c46379 (patch)
treef157088b35b2d61c22ed45179e2e6f0c766b9628 /src/win/graphics/direct
parent87658408858dfad8c1fc85b048d46b9a6345580d (diff)
downloadcru-81f7d5faaaf79149070a901a4f299aee70c46379.tar.gz
cru-81f7d5faaaf79149070a901a4f299aee70c46379.tar.bz2
cru-81f7d5faaaf79149070a901a4f299aee70c46379.zip
...
Diffstat (limited to 'src/win/graphics/direct')
-rw-r--r--src/win/graphics/direct/CMakeLists.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/win/graphics/direct/CMakeLists.txt b/src/win/graphics/direct/CMakeLists.txt
index d4c96a65..ecd72b13 100644
--- a/src/win/graphics/direct/CMakeLists.txt
+++ b/src/win/graphics/direct/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(CRU_WIN_GRAPHICS_DIRECT_INCLUDE_DIR ${CRU_INCLUDE_DIR}/cru/win/graphics/direct)
-
add_library(cru_win_graphics_direct STATIC
Brush.cpp
Font.cpp
@@ -11,19 +9,5 @@ add_library(cru_win_graphics_direct STATIC
WindowPainter.cpp
WindowRenderTarget.cpp
)
-target_sources(cru_win_graphics_direct PUBLIC
- ${CRU_WIN_GRAPHICS_DIRECT_INCLUDE_DIR}/Brush.hpp
- ${CRU_WIN_GRAPHICS_DIRECT_INCLUDE_DIR}/ComResource.hpp
- ${CRU_WIN_GRAPHICS_DIRECT_INCLUDE_DIR}/ConvertUtil.hpp
- ${CRU_WIN_GRAPHICS_DIRECT_INCLUDE_DIR}/Exception.hpp
- ${CRU_WIN_GRAPHICS_DIRECT_INCLUDE_DIR}/Font.hpp
- ${CRU_WIN_GRAPHICS_DIRECT_INCLUDE_DIR}/Geometry.hpp
- ${CRU_WIN_GRAPHICS_DIRECT_INCLUDE_DIR}/Factory.hpp
- ${CRU_WIN_GRAPHICS_DIRECT_INCLUDE_DIR}/Painter.hpp
- ${CRU_WIN_GRAPHICS_DIRECT_INCLUDE_DIR}/Resource.hpp
- ${CRU_WIN_GRAPHICS_DIRECT_INCLUDE_DIR}/TextLayout.hpp
- ${CRU_WIN_GRAPHICS_DIRECT_INCLUDE_DIR}/WindowPainter.hpp
- ${CRU_WIN_GRAPHICS_DIRECT_INCLUDE_DIR}/WindowRenderTarget.hpp
-)
target_link_libraries(cru_win_graphics_direct PUBLIC D3D11 D2d1 DWrite)
target_link_libraries(cru_win_graphics_direct PUBLIC cru_win_base cru_platform_graphics)