blob: 903cfe40a0cc26f6b986e7d6b9eb0a55a0aaa2ec [file] [log] [blame]
project('default library', 'cpp')
flib = library('ef', 'ef.cpp')
exe = executable('eftest', 'eftest.cpp', link_with : flib)
test('eftest', exe)