diff options
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) |