diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |