diff options
author | crupest <crupest@outlook.com> | 2020-04-02 23:00:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-04-02 23:00:34 +0800 |
commit | ee61633d81cc9e34c3bd8b5fbfb6a5a25a1f3ea5 (patch) | |
tree | b2cf74e5ff45ebe5604bb3ffb189d2d2bd1406df /src/win/native/CMakeLists.txt | |
parent | 7fd9ca808c908c67d9bec2183034ad16ea86a912 (diff) | |
download | cru-ee61633d81cc9e34c3bd8b5fbfb6a5a25a1f3ea5.tar.gz cru-ee61633d81cc9e34c3bd8b5fbfb6a5a25a1f3ea5.tar.bz2 cru-ee61633d81cc9e34c3bd8b5fbfb6a5a25a1f3ea5.zip |
...
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 82994d67..521b32cf 100644 --- a/src/win/native/CMakeLists.txt +++ b/src/win/native/CMakeLists.txt @@ -9,6 +9,7 @@ add_library(cru_win_native STATIC cursor.cpp god_window.cpp + input_method.cpp keyboard.cpp timer.cpp ui_application.cpp @@ -22,6 +23,7 @@ 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}/god_window.hpp + ${CRU_WIN_NATIVE_INCLUDE_DIR}/input_method.hpp ${CRU_WIN_NATIVE_INCLUDE_DIR}/keyboard.hpp ${CRU_WIN_NATIVE_INCLUDE_DIR}/resource.hpp ${CRU_WIN_NATIVE_INCLUDE_DIR}/ui_application.hpp |