From 814be0155a567328f95c3e1a2b7becf4f0b5b977 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 18 Nov 2021 17:56:12 +0800 Subject: ... --- src/osx/gui/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/osx/gui/CMakeLists.txt') 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 -- cgit v1.2.3