mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
ASM_NASM: Add depfile generation
This commit is contained in:
committed by
Brad King
parent
569547f0c4
commit
fcf16e9459
@@ -38,6 +38,8 @@ if(NOT CMAKE_ASM_NASM_COMPILE_OBJECT)
|
|||||||
set(CMAKE_ASM_NASM_COMPILE_OBJECT "<CMAKE_ASM_NASM_COMPILER> <INCLUDES> <FLAGS> -f ${CMAKE_ASM_NASM_OBJECT_FORMAT} -o <OBJECT> <SOURCE>")
|
set(CMAKE_ASM_NASM_COMPILE_OBJECT "<CMAKE_ASM_NASM_COMPILER> <INCLUDES> <FLAGS> -f ${CMAKE_ASM_NASM_OBJECT_FORMAT} -o <OBJECT> <SOURCE>")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
set(CMAKE_DEPFILE_FLAGS_ASM_NASM "-MD <DEP_FILE> -MT <DEP_TARGET>")
|
||||||
|
|
||||||
# Load the generic ASMInformation file:
|
# Load the generic ASMInformation file:
|
||||||
set(ASM_DIALECT "_NASM")
|
set(ASM_DIALECT "_NASM")
|
||||||
include(CMakeASMInformation)
|
include(CMakeASMInformation)
|
||||||
|
|||||||
Reference in New Issue
Block a user