https://github.com/Kitware/CMake
Revision f5c4dada1bf8bf6463d1128065b3f85e78935ecf authored by Brad King on 07 March 2017, 16:50:17 UTC, committed by Brad King on 07 March 2017, 16:50:17 UTC
We need this to make Large File Support definitions consistent with
other translation units.
1 parent 0c14db2
Raw File
Tip revision: f5c4dada1bf8bf6463d1128065b3f85e78935ecf authored by Brad King on 07 March 2017, 16:50:17 UTC
cmFileMonitor.h: Include cmConfigure.h first
Tip revision: f5c4dad
CMakeASM_MASMInformation.cmake
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.


# support for the MS assembler, masm and masm64

set(ASM_DIALECT "_MASM")

set(CMAKE_ASM${ASM_DIALECT}_SOURCE_FILE_EXTENSIONS asm)

set(CMAKE_ASM${ASM_DIALECT}_COMPILE_OBJECT "<CMAKE_ASM${ASM_DIALECT}_COMPILER> <DEFINES> <INCLUDES> <FLAGS> /c  /Fo <OBJECT> <SOURCE>")

include(CMakeASMInformation)
set(ASM_DIALECT)
back to top