changed the cmake project name

This commit is contained in:
Jake Goodwin 2024-10-01 17:24:00 -07:00
parent aaa2a2d16a
commit 600cdf88c5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.20)
# Use the fancy version substitution
project(cmake-cpputest-template
project(multi-tracker
VERSION 1.0
DESCRIPTION "template for cmake + cpputest"
LANGUAGES C CXX