diff options
author | crupest <crupest@outlook.com> | 2020-10-28 20:36:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-10-28 20:36:47 +0800 |
commit | cf07d193b97168048a72793c59f096504acf78a5 (patch) | |
tree | 8d14f6eba4140265931efc877d6371e8cf5cbf96 /src/win/native/CMakeLists.txt | |
parent | a09a9645d3c823e3559659dc1ddd213510755820 (diff) | |
download | cru-cf07d193b97168048a72793c59f096504acf78a5.tar.gz cru-cf07d193b97168048a72793c59f096504acf78a5.tar.bz2 cru-cf07d193b97168048a72793c59f096504acf78a5.zip |
...
Diffstat (limited to 'src/win/native/CMakeLists.txt')
-rw-r--r-- | src/win/native/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/win/native/CMakeLists.txt b/src/win/native/CMakeLists.txt index 0e8ae44f..4b84600b 100644 --- a/src/win/native/CMakeLists.txt +++ b/src/win/native/CMakeLists.txt @@ -1,9 +1,7 @@ set(CRU_WIN_NATIVE_INCLUDE_DIR ${CRU_INCLUDE_DIR}/cru/win/native) add_library(cru_win_native STATIC - DpiUtil.hpp TimerManager.hpp - WindowD2DPainter.hpp WindowManager.hpp Cursor.cpp @@ -14,9 +12,7 @@ add_library(cru_win_native STATIC UiApplication.cpp Window.cpp WindowClass.cpp - WindowD2DPainter.cpp WindowManager.cpp - WindowRenderTarget.cpp ) target_sources(cru_win_native PUBLIC ${CRU_WIN_NATIVE_INCLUDE_DIR}/Cursor.hpp @@ -30,7 +26,6 @@ target_sources(cru_win_native PUBLIC ${CRU_WIN_NATIVE_INCLUDE_DIR}/Window.hpp ${CRU_WIN_NATIVE_INCLUDE_DIR}/WindowClass.hpp ${CRU_WIN_NATIVE_INCLUDE_DIR}/WindowNativeMessageEventArgs.hpp - ${CRU_WIN_NATIVE_INCLUDE_DIR}/WindowRenderTarget.hpp ) target_link_libraries(cru_win_native PUBLIC imm32) target_link_libraries(cru_win_native PUBLIC cru_win_graph_direct cru_platform_native) |