forked from qt-creator/qt-creator
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user