mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 20:49:41 +00:00
Merge topic 'AddIncludePathForASMToDirectoryInformationFile'
ea68837
fix #12262: dependency scanning for ASM files
This commit is contained in:
commit
cc9319e717
@ -470,6 +470,8 @@ void cmLocalUnixMakefileGenerator3::WriteDirectoryInformationFile()
|
||||
<< "SET(CMAKE_CXX_INCLUDE_PATH ${CMAKE_C_INCLUDE_PATH})\n";
|
||||
infoFileStream
|
||||
<< "SET(CMAKE_Fortran_INCLUDE_PATH ${CMAKE_C_INCLUDE_PATH})\n";
|
||||
infoFileStream
|
||||
<< "SET(CMAKE_ASM_INCLUDE_PATH ${CMAKE_C_INCLUDE_PATH})\n";
|
||||
|
||||
// Store the include regular expressions for this directory.
|
||||
infoFileStream
|
||||
|
Loading…
Reference in New Issue
Block a user