Updated the cmakelists.txt
changed the project name variable along with the project description.
This commit is contained in:
parent
73a11f1abd
commit
cb8fa86c6f
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue