mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
`CMAKE_<LANG>_LINKER_LAUNCHER` and `<LANG>_LINKER_LAUNCHER` are already support for C, CXX, OBJC, and OBJCXX. Add Fortran. Closes: #26951
5 lines
65 B
Fortran
5 lines
65 B
Fortran
program main
|
|
implicit none
|
|
! Do nothing
|
|
end program main
|