diff options
Diffstat (limited to 'src/osx/gui/CMakeLists.txt')
-rw-r--r-- | src/osx/gui/CMakeLists.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/osx/gui/CMakeLists.txt b/src/osx/gui/CMakeLists.txt index f9bfd9c7..27efbe0e 100644 --- a/src/osx/gui/CMakeLists.txt +++ b/src/osx/gui/CMakeLists.txt @@ -1,5 +1,3 @@ -set(CRU_OSX_GUI_INCLUDE_DIR ${CRU_INCLUDE_DIR}/cru/osx/gui) - add_library(cru_osx_gui SHARED Clipboard.mm Cursor.mm @@ -8,21 +6,6 @@ add_library(cru_osx_gui SHARED Resource.cpp 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 - ${CRU_OSX_GUI_INCLUDE_DIR}/UiApplication.hpp - ${CRU_OSX_GUI_INCLUDE_DIR}/Window.hpp ) find_library(APPKIT AppKit REQUIRED) |