diff options
Diffstat (limited to 'src/osx/gui/CMakeLists.txt')
-rw-r--r-- | src/osx/gui/CMakeLists.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/osx/gui/CMakeLists.txt b/src/osx/gui/CMakeLists.txt deleted file mode 100644 index 5442ad15..00000000 --- a/src/osx/gui/CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ -add_library(CruPlatformGuiOsx SHARED - Clipboard.mm - Cursor.mm - InputMethod.mm - Keyboard.mm - Menu.mm - Resource.cpp - UiApplication.mm - Window.mm -) - -find_library(APPKIT AppKit REQUIRED) -find_library(UNIFORMTYPEIDENTIFIERS UniformTypeIdentifiers REQUIRED) - -target_link_libraries(CruPlatformGuiOsx PUBLIC CruPlatformGui CruPlatformGraphicsQuartz ${APPKIT} ${UNIFORMTYPEIDENTIFIERS}) |