mirror of
https://github.com/reactos/CMake.git
synced 2025-02-12 06:51:00 +00:00
![Brad King](/assets/img/avatar_default.png)
This teaches the Fortran test to try all basic target types (archive, shared lib, exe) with Fortran-only sources.
8 lines
51 B
Fortran
8 lines
51 B
Fortran
PROGRAM TESTF
|
|
|
|
CALL HELLO()
|
|
CALL WORLD()
|
|
|
|
END
|
|
|