mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 11:10:06 -05:00
3401403f69
These changes are in preparation of compiler generated dependencies support for Makefiles generators * compiler output and dependency target can be different for Makefiles generators * resolve inconsistency naming for dependency file place-holder
5 lines
195 B
CMake
5 lines
195 B
CMake
include(Platform/Windows-Intel)
|
|
__windows_compiler_intel(C)
|
|
set(CMAKE_NINJA_DEPTYPE_C intel) # special value handled by CMake
|
|
set(CMAKE_DEPFILE_FLAGS_C "-QMMD -QMT <DEP_TARGET> -QMF <DEP_FILE>")
|