From 05630cf10cc01a237131989248261149f03fc8ab Mon Sep 17 00:00:00 2001 From: Mitya Selivanov <0x7fffff@guattari.ru> Date: Sun, 7 Aug 2022 08:55:32 +0400 Subject: static array wrap, static string wrap --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3