Sign in
qemu
/
meson
/
refs/heads/wip/default-directories
/
.
/
test cases
/
csharp
/
4 external dep
/
meson.build
blob: 004d25ffc79850b0a0bcbe8d2675007208ca627b [
file
] [
log
] [
blame
]
project
(
'C# external library'
,
'cs'
)
glib_sharp_2
=
dependency
(
'glib-sharp-2.0'
)
e
=
executable
(
'prog'
,
'prog.cs'
,
dependencies
:
glib_sharp_2
,
install
:
true
)
test
(
'libtest'
,
e
,
args
:
[
join_paths
(
meson
.
current_source_dir
(),
'hello.txt'
)])