parent
d57b3d79bd
commit
f7d58d7b6f
3 changed files with 8 additions and 2 deletions
@ -0,0 +1 @@ |
|||||||
|
bin/prog.exe |
@ -1,4 +1,4 @@ |
|||||||
project('simple c#', 'cs') |
project('simple c#', 'cs') |
||||||
|
|
||||||
e = executable('prog', 'prog.cs') |
e = executable('prog', 'prog.cs', install : true) |
||||||
test('basic', e) |
test('basic', e) |
||||||
|
Loading…
Reference in new issue