# graphics-inkscape This repository contains Inkscape files with graphics to be included in other projects. ## Build dependencies The following tools have to be installed to build the full content in all output formats. - [Inkscape][1] - [CMake][2] - [Ninja][3] - [ImageMagick][4] ## Usage CMake is used to provide a build directory. ``` cmake -Bbuild -GNinja ``` Ninja executes the build inside the build folder. ``` ninja -C build ``` The results are placed inside the `build` folder. [1]: https://inkscape.org [2]: https://cmake.org [3]: https://ninja-build.org [4]: https://imagemagick.org