blob: bfdd869d792417f3ea760fc65537779f631e7df9 [file] [log] [blame]
project('lib@root', 'c')
lib = shared_library('lib', 'lib.c')
subdir('main')