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