aboutsummaryrefslogtreecommitdiff
path: root/src/osx/gui/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-10-21 14:12:26 +0800
committercrupest <crupest@outlook.com>2021-10-21 14:12:26 +0800
commit695031ac33acd398bd1492bcce813b8346574ae2 (patch)
treec2ad61bd3db4aa8f07ee0929c26ba70a42275d64 /src/osx/gui/CMakeLists.txt
parente0e786729df8114555fa3af9fffe256b067ea823 (diff)
downloadcru-695031ac33acd398bd1492bcce813b8346574ae2.tar.gz
cru-695031ac33acd398bd1492bcce813b8346574ae2.tar.bz2
cru-695031ac33acd398bd1492bcce813b8346574ae2.zip
...
Diffstat (limited to 'src/osx/gui/CMakeLists.txt')
-rw-r--r--src/osx/gui/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osx/gui/CMakeLists.txt b/src/osx/gui/CMakeLists.txt
index e2647165..93034bb6 100644
--- a/src/osx/gui/CMakeLists.txt
+++ b/src/osx/gui/CMakeLists.txt
@@ -2,12 +2,15 @@ set(CRU_OSX_GUI_INCLUDE_DIR ${CRU_INCLUDE_DIR}/cru/osx/gui)
add_library(cru_osx_gui SHARED
Cursor.mm
+ InputMethod.mm
Keyboard.mm
Resource.cpp
UiApplication.mm
Window.mm
+ InputMethodPrivate.h
CursorPrivate.h
+ WindowPrivate.h
)
target_sources(cru_osx_gui PUBLIC