aboutsummaryrefslogtreecommitdiff
path: root/src/win/native/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-29 23:10:00 +0800
committercrupest <crupest@outlook.com>2020-03-29 23:10:00 +0800
commit85322feaa9f646bf9e6f35f57f6d08244b298a46 (patch)
treed41211c4f2913921b550e798f3ac05c45b3f4c1a /src/win/native/CMakeLists.txt
parent671860a02aa1ecc41eac1cf1e0f28c504bf9c37c (diff)
downloadcru-85322feaa9f646bf9e6f35f57f6d08244b298a46.tar.gz
cru-85322feaa9f646bf9e6f35f57f6d08244b298a46.tar.bz2
cru-85322feaa9f646bf9e6f35f57f6d08244b298a46.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 979b54df..82994d67 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
+ keyboard.cpp
timer.cpp
ui_application.cpp
window.cpp
@@ -21,6 +22,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}/keyboard.hpp
${CRU_WIN_NATIVE_INCLUDE_DIR}/resource.hpp
${CRU_WIN_NATIVE_INCLUDE_DIR}/ui_application.hpp
${CRU_WIN_NATIVE_INCLUDE_DIR}/window.hpp