generated from TDD-Templates/cmake_cpputest_template_avr
Updated to version 0.1.2
This commit is contained in:
parent
91edc72f38
commit
a88fae412e
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20)
|
||||||
|
|
||||||
# Use the fancy version substitution
|
# Use the fancy version substitution
|
||||||
project(main
|
project(main
|
||||||
VERSION 0.1.1
|
VERSION 0.1.2
|
||||||
DESCRIPTION "template for cmake + cpputest"
|
DESCRIPTION "template for cmake + cpputest"
|
||||||
LANGUAGES C CXX
|
LANGUAGES C CXX
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue