# art-inkscape This repository contains Inkscape files with art to be included in other projects. ## Licensing This repository uses two different licenses. The corresponding license of a file is indicated by the `LICENSE.txt` file in the same folder or a parent folder. This allows to select different licenses for the actual art and the related build system code. ## 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