-
- Downloads
Ninja: Add source location as include directory for preprocessed files
Fortran INCLUDE statements are not handled by the preprocessor. Since the location of the preprocessed file is distinct from the original source file explicitly add the source file's directory as an include path in the actual compile step (not the preprocessing step) so INCLUDE can find it. Closes: #16332
Showing
- Source/cmNinjaTargetGenerator.cxx 12 additions, 0 deletionsSource/cmNinjaTargetGenerator.cxx
- Tests/FortranModules/CMakeLists.txt 2 additions, 0 deletionsTests/FortranModules/CMakeLists.txt
- Tests/FortranModules/non_pp_include.f90 3 additions, 0 deletionsTests/FortranModules/non_pp_include.f90
- Tests/FortranModules/test_non_pp_include_main.f90 5 additions, 0 deletionsTests/FortranModules/test_non_pp_include_main.f90
Loading
Please register or sign in to comment