mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-22 20:34:08 +08:00

This teaches the Fortran test to try all basic target types (archive, shared lib, exe) with Fortran-only sources.
7 lines
45 B
Fortran
7 lines
45 B
Fortran
SUBROUTINE WORLD
|
|
|
|
PRINT *, 'World!'
|
|
|
|
END
|
|
|