summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMitya Selivanov <0x7fffff@guattari.ru>2022-08-07 08:55:32 +0400
committerMitya Selivanov <0x7fffff@guattari.ru>2022-08-07 08:55:32 +0400
commit05630cf10cc01a237131989248261149f03fc8ab (patch)
treeafc81a3f916b7b47021515f93fe426f3e45bc670 /CMakeLists.txt
parent4429ed09b548518dbffce7ec77ddf5a8b09484b2 (diff)
downloadkit-05630cf10cc01a237131989248261149f03fc8ab.zip
static array wrap, static string wrap
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d5fe8e4..01fbba9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,7 @@ endif()
project(
${KIT_PROJECT}
VERSION 0.1.1
- DESCRIPTION "Kit"
+ DESCRIPTION "A collection of C libraries"
LANGUAGES C)
if(KIT_ENABLE_LIBRARY OR KIT_ENABLE_TESTING)