Sign in
qemu
/
meson
/
refs/heads/optiontree
/
.
/
test cases
/
fortran
/
5 static
/
meson.build
blob: d6f922b44ffef8d75917a83b4591796740e7573b [
file
] [
log
] [
blame
]
project
(
'try-static-library'
,
'fortran'
)
static_hello
=
static_library
(
'static_hello'
,
'static_hello.f95'
)
executable
(
'test_exe'
,
'main.f95'
,
link_with
:
static_hello
)