mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
eb3d02e351
This teaches the Fortran test to try all basic target types (archive, shared lib, exe) with Fortran-only sources.
7 lines
44 B
FortranFixed
7 lines
44 B
FortranFixed
SUBROUTINE HELLO
|
|
|
|
PRINT *, 'Hello'
|
|
|
|
END
|
|
|