summaryrefslogtreecommitdiff
path: root/README.md
blob: aee2a95a1c9fbbf85d5327904fe188cebd78bc9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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.