project('wrapdb', 'cpp') gtest = subproject('gtest') executable('testbin', 'test.cpp', dependencies : gtest.get_variable('gtest_main_dep') )