Sign in
qemu
/
meson
/
refs/heads/docbuild
/
.
/
test cases
/
csharp
/
2 library
/
meson.build
blob: 2082e03759cb761d722fcd520a46d5d2610a4670 [
file
] [
log
] [
blame
]
project
(
'C# library'
,
'cs'
)
l
=
shared_library
(
'helper'
,
'helper.cs'
,
install
:
true
)
e
=
executable
(
'prog'
,
'prog.cs'
,
link_with
:
l
,
install
:
true
)
test
(
'libtest'
,
e
)