diff --git a/CMakeLists.txt b/CMakeLists.txt index d1b9750..ac159cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.20) # Use the fancy version substitution -project(cmake-cpputest-template +project(main VERSION 1.0 - DESCRIPTION "template for cmake + cpputest" + DESCRIPTION "STM32 template for cmake + cpputest" LANGUAGES C CXX ) enable_testing()