diff options
Diffstat (limited to 'src/platform/graphics/CMakeLists.txt')
| -rw-r--r-- | src/platform/graphics/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/platform/graphics/CMakeLists.txt b/src/platform/graphics/CMakeLists.txt index a92fe0ff..da9bf61c 100644 --- a/src/platform/graphics/CMakeLists.txt +++ b/src/platform/graphics/CMakeLists.txt @@ -1,10 +1,10 @@ -add_library(cru_platform_graphics SHARED +add_library(CruPlatformGraphics SHARED ForDllExport.cpp Geometry.cpp Image.cpp NullPainter.cpp ) -target_compile_definitions(cru_platform_graphics PRIVATE CRU_PLATFORM_GRAPHICS_EXPORT_API) -target_link_libraries(cru_platform_graphics PUBLIC cru_platform_base) +target_compile_definitions(CruPlatformGraphics PRIVATE CRU_PLATFORM_GRAPHICS_EXPORT_API) +target_link_libraries(CruPlatformGraphics PUBLIC CruPlatformBase) add_subdirectory(cairo) |
