parent
7cd9749127
commit
efc79fb85e
3 changed files with 21 additions and 2 deletions
@ -1,4 +1,5 @@ |
|||||||
project('simplejava', 'java') |
project('simplejava', 'java') |
||||||
|
|
||||||
javaprog = jar('myprog', 'com/sourceforge/meson/Simple.java') |
javaprog = jar('myprog', 'com/sourceforge/meson/Simple.java', |
||||||
|
main_class : 'com.sourceforge.meson.Simple') |
||||||
test('mytest', javaprog) |
test('mytest', javaprog) |
||||||
|
Loading…
Reference in new issue