mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 05:50:42 +00:00
144cc6f1f9
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
4 lines
105 B
Fortran
4 lines
105 B
Fortran
SUBROUTINE NON_PP_INCLUDE_SUBROUTINE
|
|
PRINT *, "Hello World!"
|
|
END SUBROUTINE NON_PP_INCLUDE_SUBROUTINE
|