Sign in
chromium
/
external
/
github.com
/
mesonbuild
/
meson
/
refs/heads/upstream/fixboostpython
/
.
/
test cases
/
csharp
/
1 basic
/
meson.build
blob: 09e46c2938c312c50130748ce042d66a55f36b49 [
file
] [
edit
]
project
(
'simple c#'
,
'cs'
)
e
=
executable
(
'prog'
,
'prog.cs'
,
'text.cs'
,
install
:
true
)
test
(
'basic'
,
e
)