From 2145308fff868b3b0c234d242db4c47ff9607fa3 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 15 May 2022 13:35:50 +0800 Subject: ... --- src/osx/gui/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/osx/gui') diff --git a/src/osx/gui/CMakeLists.txt b/src/osx/gui/CMakeLists.txt index 5da507e1..5442ad15 100644 --- a/src/osx/gui/CMakeLists.txt +++ b/src/osx/gui/CMakeLists.txt @@ -1,4 +1,4 @@ -add_library(cru_osx_gui SHARED +add_library(CruPlatformGuiOsx SHARED Clipboard.mm Cursor.mm InputMethod.mm @@ -12,4 +12,4 @@ 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} ${UNIFORMTYPEIDENTIFIERS}) +target_link_libraries(CruPlatformGuiOsx PUBLIC CruPlatformGui CruPlatformGraphicsQuartz ${APPKIT} ${UNIFORMTYPEIDENTIFIERS}) -- cgit v1.2.3