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:
Jake Goodwin 2025-01-20 19:48:47 -08:00
parent 9b46cb32c0
commit f97455ec01
1 changed files with 2 additions and 2 deletions

View File

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