diff options
author | crupest <crupest@outlook.com> | 2022-01-17 22:18:01 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-17 22:18:01 +0800 |
commit | 81f7d5faaaf79149070a901a4f299aee70c46379 (patch) | |
tree | f157088b35b2d61c22ed45179e2e6f0c766b9628 /src/osx/gui | |
parent | 87658408858dfad8c1fc85b048d46b9a6345580d (diff) | |
download | cru-81f7d5faaaf79149070a901a4f299aee70c46379.tar.gz cru-81f7d5faaaf79149070a901a4f299aee70c46379.tar.bz2 cru-81f7d5faaaf79149070a901a4f299aee70c46379.zip |
...
Diffstat (limited to 'src/osx/gui')
-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) |