aboutsummaryrefslogtreecommitdiff
path: root/src/osx/gui/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-02-06 23:19:52 +0800
committercrupest <crupest@outlook.com>2022-02-06 23:19:52 +0800
commitd75f107d845c249a0f832093609614afb2fd0967 (patch)
tree1bbcbe2163a9d2764579671c55db5990bcad5669 /src/osx/gui/CMakeLists.txt
parent57edb13bbaa4a739c2a1426d206ec17fda244f34 (diff)
downloadcru-d75f107d845c249a0f832093609614afb2fd0967.tar.gz
cru-d75f107d845c249a0f832093609614afb2fd0967.tar.bz2
cru-d75f107d845c249a0f832093609614afb2fd0967.zip
...
Diffstat (limited to 'src/osx/gui/CMakeLists.txt')
-rw-r--r--src/osx/gui/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/osx/gui/CMakeLists.txt b/src/osx/gui/CMakeLists.txt
index 5446c9df..5da507e1 100644
--- a/src/osx/gui/CMakeLists.txt
+++ b/src/osx/gui/CMakeLists.txt
@@ -10,5 +10,6 @@ add_library(cru_osx_gui SHARED
)
find_library(APPKIT AppKit REQUIRED)
+find_library(UNIFORMTYPEIDENTIFIERS UniformTypeIdentifiers REQUIRED)
-target_link_libraries(cru_osx_gui PUBLIC cru_platform_gui cru_osx_graphics_quartz ${APPKIT})
+target_link_libraries(cru_osx_gui PUBLIC cru_platform_gui cru_osx_graphics_quartz ${APPKIT} ${UNIFORMTYPEIDENTIFIERS})