qt-build-tools/6.5.1/_tools/cmake/share/cmake-3.27/Modules/CMakeTestASM_MARMASMCompiler.cmake

14 lines
568 B
CMake
Raw Normal View History

2023-10-31 23:11:15 +01:00
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
# This file is used by EnableLanguage in cmGlobalGenerator to
2023-11-01 01:44:24 +01:00
# determine that the selected ASM_MARMASM "compiler" (should be marmasm or marmasm64)
2023-10-31 23:11:15 +01:00
# works. For assembler this can only check whether the compiler has been found,
# because otherwise there would have to be a separate assembler source file
# for each assembler on every architecture.
2023-11-01 01:44:24 +01:00
set(ASM_DIALECT "_MARMASM")
2023-10-31 23:11:15 +01:00
include(CMakeTestASMCompiler)
set(ASM_DIALECT)