mcusupport: ASM_MASM language added to project in CMakeLists template

After modification of how fontcompiler is linking font binaries into
executale CMake project needs to have Microsoft Assembler language
option added (ASM_MASM).

Fixes: UL-5059
Change-Id: I593ca6230e8fbaf70a4061a12b6606843ab9bd46
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Dawid Śliwa
2021-12-03 16:14:29 +01:00
parent 3f83fb91d6
commit d8ccadb3c4

View File

@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.15)
project(%{ProjectName} VERSION 0.0.1 LANGUAGES C CXX ASM)
project(%{ProjectName} VERSION 0.0.1 LANGUAGES C CXX ASM ASM_MASM)
find_package(Qul)