blob: 32bcf8f3909a3c86dedc624a6fda86e61568187b [file] [log] [blame]
project('s2', 'c')
sc = subproject('scommon')
executable('s2', 's2.c', link_with : sc.get_variable('clib'))