PR review changes closes #2865
parent
83766313a7
commit
34cb503c85
4 changed files with 10 additions and 11 deletions
@ -1 +0,0 @@ |
||||
usr/bin/prog?exe |
@ -1,6 +1,5 @@ |
||||
project('shared library linking test', 'c', 'cpp') |
||||
|
||||
lib = shared_module('mylib', |
||||
'libfile.c' # Split to different lines before and after the comma to test parser. |
||||
, install : false) # Don't install libraries in common tests; the path is platform-specific |
||||
lib = shared_module('mylib', 'libfile.c') |
||||
|
||||
exe = executable('prog', 'main.c', link_with : lib, install : true) |
Loading…
Reference in new issue