blob: 14b06714ef51e5aa5da4a071f726ab2b575c1d4d [file] [log] [blame]
project('git outchecker', 'c')
sp = subproject('samplesubproject')
exe = executable('gitprog', 'prog.c',
include_directories : sp.get_variable('subproj_inc'),
link_with : sp.get_variable('subproj_lib'),
)
test('maintest', exe)