Updated the cmakelists.txt

changed the project name variable along with the project description.
This commit is contained in:
Jake Goodwin 2024-11-10 06:36:19 -08:00
parent 73a11f1abd
commit cb8fa86c6f
1 changed files with 2 additions and 2 deletions

View File

@ -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()