aboutsummaryrefslogtreecommitdiff
path: root/src/win/native/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-04-05 23:35:15 +0800
committercrupest <crupest@outlook.com>2020-04-05 23:35:15 +0800
commit41e17e281ba31e9eff612017f5a2dafd847278b0 (patch)
treef0736679652abbfa1beeef3aa3d7dabfae8da0b9 /src/win/native/CMakeLists.txt
parente9590859b1aaa1c2bf4714893daf34fbfd4166fd (diff)
downloadcru-41e17e281ba31e9eff612017f5a2dafd847278b0.tar.gz
cru-41e17e281ba31e9eff612017f5a2dafd847278b0.tar.bz2
cru-41e17e281ba31e9eff612017f5a2dafd847278b0.zip
...
Diffstat (limited to 'src/win/native/CMakeLists.txt')
-rw-r--r--src/win/native/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/win/native/CMakeLists.txt b/src/win/native/CMakeLists.txt
index 521b32cf..ba4b3387 100644
--- a/src/win/native/CMakeLists.txt
+++ b/src/win/native/CMakeLists.txt
@@ -22,6 +22,7 @@ add_library(cru_win_native STATIC
target_sources(cru_win_native PUBLIC
${CRU_WIN_NATIVE_INCLUDE_DIR}/cursor.hpp
${CRU_WIN_NATIVE_INCLUDE_DIR}/exception.hpp
+ ${CRU_WIN_NATIVE_INCLUDE_DIR}/base.hpp
${CRU_WIN_NATIVE_INCLUDE_DIR}/god_window.hpp
${CRU_WIN_NATIVE_INCLUDE_DIR}/input_method.hpp
${CRU_WIN_NATIVE_INCLUDE_DIR}/keyboard.hpp
@@ -32,4 +33,5 @@ target_sources(cru_win_native PUBLIC
${CRU_WIN_NATIVE_INCLUDE_DIR}/window_native_message_event_args.hpp
${CRU_WIN_NATIVE_INCLUDE_DIR}/window_render_target.hpp
)
+target_link_libraries(cru_win_native PUBLIC imm32)
target_link_libraries(cru_win_native PUBLIC cru_win_graph_direct cru_platform_native)