Sign in
qemu
/
meson
/
refs/heads/cppmodules
/
.
/
test cases
/
fortran
/
2 modules
/
meson.build
blob: 791ae631fdde194724427827c7930cb43d50f70d [
file
] [
log
] [
blame
]
project
(
'modules'
,
'fortran'
,
default_options
:
[
'default_library=static'
])
commented
=
library
(
'commented'
,
'comment_mod.f90'
)
e
=
executable
(
'modprog'
,
'mymod.f90'
,
'prog.f90'
,
link_with
:
commented
)
test
(
'moduletest'
,
e
)