mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
eb3d02e351
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
|
|
|