parent
00b5c320da
commit
2366f822d2
3 changed files with 22 additions and 3 deletions
@ -0,0 +1,2 @@ |
||||
bin/prog |
||||
lib/libstuff-e4d2ee75-1.0.so |
@ -1,5 +1,5 @@ |
||||
project('rust shared library', 'rust') |
||||
|
||||
l = shared_library('stuff', 'stuff.rs') |
||||
e = executable('prog', 'prog.rs', link_with : l) |
||||
l = shared_library('stuff', 'stuff.rs', install : true) |
||||
e = executable('prog', 'prog.rs', link_with : l, install : true) |
||||
test('linktest', e) |
||||
|
Loading…
Reference in new issue