mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 03:59:58 +00: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
Fortran
7 lines
45 B
Fortran
SUBROUTINE WORLD
|
|
|
|
PRINT *, 'World!'
|
|
|
|
END
|
|
|