libtest_sources = files([ 'test.cpp', ]) libtest = static_library('libtest', libtest_sources) libtest_includes = include_directories('.')