|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
This example is a standalone CMake project for users who want to add Donner to their own CMake application from a Donner source checkout. It imports Donner with add_subdirectory(), links the exported donner target, parses a small SVG document, queries the DOM, renders it, and exits non-zero if any step fails.
The important part is the same pattern an external project should use:
Generate Donner's CMake files before configuring your project:
From another source tree, point the example at a Donner checkout: