This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
3300f78310
CMake
/
Tests
/
Fortran
/
hello.f
7 lines
44 B
FortranFixed
Raw
Normal View
History
Unescape
Escape
Test all target types in Fortran This teaches the Fortran test to try all basic target types (archive, shared lib, exe) with Fortran-only sources.
2009-10-23 16:24:51 +04:00
SUBR
O
UTINE
HELLO
ENH: initial fortran
2004-08-06 23:05:00 +04:00
Test all target types in Fortran This teaches the Fortran test to try all basic target types (archive, shared lib, exe) with Fortran-only sources.
2009-10-23 16:24:51 +04:00
PRIN
T
*
,
'Hello'
ENH: initial fortran
2004-08-06 23:05:00 +04:00
END