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
45 B
FortranFixed
7 lines
45 B
FortranFixed
SUBROUTINE WORLD
|
|
|
|
PRINT *, 'World!'
|
|
|
|
END
|
|
|