aboutsummaryrefslogtreecommitdiff
path: root/src/osx/gui/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-10-03 22:29:38 +0800
committercrupest <crupest@outlook.com>2021-10-03 22:29:38 +0800
commit4056e710b4c99968afc4db3bbf26e2d3fef5db07 (patch)
tree8de0ebee0f8e9e4ba8b62fe6e36fa07e33c44155 /src/osx/gui/CMakeLists.txt
parent9e4db17fa43dbb8bed25feb4769f672893e9463c (diff)
downloadcru-4056e710b4c99968afc4db3bbf26e2d3fef5db07.tar.gz
cru-4056e710b4c99968afc4db3bbf26e2d3fef5db07.tar.bz2
cru-4056e710b4c99968afc4db3bbf26e2d3fef5db07.zip
...
Diffstat (limited to 'src/osx/gui/CMakeLists.txt')
-rw-r--r--src/osx/gui/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osx/gui/CMakeLists.txt b/src/osx/gui/CMakeLists.txt
index a9a75d76..06ab92db 100644
--- a/src/osx/gui/CMakeLists.txt
+++ b/src/osx/gui/CMakeLists.txt
@@ -1,12 +1,14 @@
set(CRU_OSX_GUI_INCLUDE_DIR ${CRU_INCLUDE_DIR}/cru/osx/gui)
add_library(cru_osx_gui SHARED
+ Keyboard.mm
Resource.cpp
UiApplication.mm
Window.mm
)
target_sources(cru_osx_gui PUBLIC
+ ${CRU_OSX_GUI_INCLUDE_DIR}/Keyboard.hpp
${CRU_OSX_GUI_INCLUDE_DIR}/Resource.hpp
${CRU_OSX_GUI_INCLUDE_DIR}/UiApplication.hpp
${CRU_OSX_GUI_INCLUDE_DIR}/Window.hpp