From aa64ca080b3d8d281b7c3621c6e42f5516c4325a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 26 Aug 2022 08:18:30 +0200 Subject: came up with a new name: cimple --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6476318..d0bacc2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -project(tinyCI VERSION 0.0.1 LANGUAGES C) +project(cimple VERSION 0.0.1 LANGUAGES C) if(MSVC) add_compile_options(/W4 /WX) -- cgit v1.2.3