mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
This teaches the Fortran test to try all basic target types (archive, shared lib, exe) with Fortran-only sources.
7 lines
44 B
Fortran
7 lines
44 B
Fortran
SUBROUTINE HELLO
|
|
|
|
PRINT *, 'Hello'
|
|
|
|
END
|
|
|