aboutsummaryrefslogtreecommitdiff
path: root/src/osx/gui/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-11-18 17:56:12 +0800
committercrupest <crupest@outlook.com>2021-11-18 17:56:12 +0800
commit814be0155a567328f95c3e1a2b7becf4f0b5b977 (patch)
tree2d9c0d041c6e94ce5cf373f85cfa75ddd939e22b /src/osx/gui/CMakeLists.txt
parent0f3e84f0ef4c62d20e5cb4d9e5677ec39afb894d (diff)
downloadcru-814be0155a567328f95c3e1a2b7becf4f0b5b977.tar.gz
cru-814be0155a567328f95c3e1a2b7becf4f0b5b977.tar.bz2
cru-814be0155a567328f95c3e1a2b7becf4f0b5b977.zip
...
Diffstat (limited to 'src/osx/gui/CMakeLists.txt')
-rw-r--r--src/osx/gui/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/osx/gui/CMakeLists.txt b/src/osx/gui/CMakeLists.txt
index 93034bb6..f9bfd9c7 100644
--- a/src/osx/gui/CMakeLists.txt
+++ b/src/osx/gui/CMakeLists.txt
@@ -1,6 +1,7 @@
set(CRU_OSX_GUI_INCLUDE_DIR ${CRU_INCLUDE_DIR}/cru/osx/gui)
add_library(cru_osx_gui SHARED
+ Clipboard.mm
Cursor.mm
InputMethod.mm
Keyboard.mm
@@ -8,12 +9,15 @@ add_library(cru_osx_gui SHARED
UiApplication.mm
Window.mm
+ ClipboardPrivate.h
InputMethodPrivate.h
CursorPrivate.h
WindowPrivate.h
)
target_sources(cru_osx_gui PUBLIC
+ ${CRU_OSX_GUI_INCLUDE_DIR}/Clipboard.hpp
+ ${CRU_OSX_GUI_INCLUDE_DIR}/Cursor.hpp
${CRU_OSX_GUI_INCLUDE_DIR}/InputMethod.hpp
${CRU_OSX_GUI_INCLUDE_DIR}/Keyboard.hpp
${CRU_OSX_GUI_INCLUDE_DIR}/Resource.hpp