blob: e791284ff0deb44abe93e504d24c62c74a9d796b [file] [log] [blame]
project('selfdep', 'fortran')
e = executable('selfdep', 'selfdep.f90')
test('selfdep', e)
library('selfmod', 'src/selfdep_mod.f90')
subproject('sub1')