diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | README.md | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9cabea4..15a3455 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.10) -project(art-inkscape LANGUAGES NONE) +project(graphics-inkscape LANGUAGES NONE) file(GLOB icon_files "${CMAKE_CURRENT_SOURCE_DIR}/icons/*.svg") @@ -1,6 +1,6 @@ -# art-inkscape +# graphics-inkscape -This repository contains Inkscape files with art to be included in other +This repository contains Inkscape files with graphics to be included in other projects. ## Licensing @@ -9,8 +9,8 @@ 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. +This allows to select different licenses for the actual graphics and the +related build system code. ## Build dependencies |