diff options
author | crupest <crupest@outlook.com> | 2022-05-15 13:35:50 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-05-15 13:35:50 +0800 |
commit | 2145308fff868b3b0c234d242db4c47ff9607fa3 (patch) | |
tree | 4dbe08dcdc9f15b81588e563981323e898dd2a9f /src/osx/graphics/quartz/CMakeLists.txt | |
parent | 4cdfef9bb8a25891fd8283efd0ce18c69435aff0 (diff) | |
download | cru-2145308fff868b3b0c234d242db4c47ff9607fa3.tar.gz cru-2145308fff868b3b0c234d242db4c47ff9607fa3.tar.bz2 cru-2145308fff868b3b0c234d242db4c47ff9607fa3.zip |
...
Diffstat (limited to 'src/osx/graphics/quartz/CMakeLists.txt')
-rw-r--r-- | src/osx/graphics/quartz/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/osx/graphics/quartz/CMakeLists.txt b/src/osx/graphics/quartz/CMakeLists.txt index 0f44fecf..1fcaff26 100644 --- a/src/osx/graphics/quartz/CMakeLists.txt +++ b/src/osx/graphics/quartz/CMakeLists.txt @@ -1,4 +1,4 @@ -add_library(cru_osx_graphics_quartz SHARED +add_library(CruPlatformGraphicsQuartz SHARED Brush.cpp Convert.cpp Factory.cpp @@ -15,5 +15,5 @@ find_library(CORE_GRAPHICS CoreGraphics REQUIRED) find_library(CORE_TEXT CoreText REQUIRED) find_library(IMAGE_IO ImageIO REQUIRED) -target_link_libraries(cru_osx_graphics_quartz PUBLIC ${CORE_GRAPHICS} ${CORE_TEXT} ${IMAGE_IO}) -target_link_libraries(cru_osx_graphics_quartz PUBLIC cru_osx_base cru_platform_graphics) +target_link_libraries(CruPlatformGraphicsQuartz PUBLIC ${CORE_GRAPHICS} ${CORE_TEXT} ${IMAGE_IO}) +target_link_libraries(CruPlatformGraphicsQuartz PUBLIC CruPlatformBaseOsx CruPlatformGraphics) |