Added ASM to languages
Added the ASM keyword to the cmake languages section. Also changed the version number to X.X.X for semantic versioning.
This commit is contained in:
parent
9b46cb32c0
commit
f97455ec01
|
@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.20)
|
||||||
|
|
||||||
# Use the fancy version substitution
|
# Use the fancy version substitution
|
||||||
project(main
|
project(main
|
||||||
VERSION 1.0
|
VERSION 0.1.0
|
||||||
DESCRIPTION "STM32 template for cmake + cpputest"
|
DESCRIPTION "STM32 template for cmake + cpputest"
|
||||||
LANGUAGES C CXX
|
LANGUAGES C CXX ASM
|
||||||
)
|
)
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue