aboutsummaryrefslogtreecommitdiff
path: root/src/platform/graphics/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-10-12 17:10:18 +0800
committercrupest <crupest@outlook.com>2023-10-12 17:10:18 +0800
commit9a077caa6d3f7eb8255ae68916dccac9b50a4333 (patch)
tree486f5f01d5de8ff1b236029e1b955df1d70728a8 /src/platform/graphics/CMakeLists.txt
parent6fc14693d01f2be98b45d70405b16883607d4666 (diff)
downloadcru-9a077caa6d3f7eb8255ae68916dccac9b50a4333.tar.gz
cru-9a077caa6d3f7eb8255ae68916dccac9b50a4333.tar.bz2
cru-9a077caa6d3f7eb8255ae68916dccac9b50a4333.zip
...
Diffstat (limited to 'src/platform/graphics/CMakeLists.txt')
-rw-r--r--src/platform/graphics/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platform/graphics/CMakeLists.txt b/src/platform/graphics/CMakeLists.txt
index b6362961..1b24c22b 100644
--- a/src/platform/graphics/CMakeLists.txt
+++ b/src/platform/graphics/CMakeLists.txt
@@ -3,6 +3,7 @@ add_library(CruPlatformGraphics
Geometry.cpp
Image.cpp
NullPainter.cpp
+ SvgGeometry.cpp
)
target_compile_definitions(CruPlatformGraphics PRIVATE CRU_PLATFORM_GRAPHICS_EXPORT_API)
target_link_libraries(CruPlatformGraphics PUBLIC CruPlatformBase)