index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
FortranModules
/
ModulesViaSubdirTargetObjectsLink
/
dummy.f90
blob: 96a813809a31cd781b7254d48866a68ab2958e7e (
plain
)
1
2
3
pure
real function
dummy
()
dummy
=
4
*
atan
(
1
.)
end function