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.
8 lines
51 B
FortranFixed
8 lines
51 B
FortranFixed
PROGRAM TESTF
|
|
|
|
CALL HELLO()
|
|
CALL WORLD()
|
|
|
|
END
|
|
|