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