mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
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
|
|
|