# art-inkscape This repository contains Inkscape files with art to be included in other projects. ## 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.