diff options
Diffstat (limited to 'src/win/native/CMakeLists.txt')
-rw-r--r-- | src/win/native/CMakeLists.txt | 2 |
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) |