1 2 3 4 5 6 7
libtest_sources = files([ 'test.cpp', ]) libtest = static_library('libtest', libtest_sources) libtest_includes = include_directories('.')