benchmark_dep = dependency('benchmark', required: true) glog_dep = dependency('libglog', required: true) bench_exe = executable( 'mLogger_bench', 'main.cc', dependencies: [ benchmark_dep, glog_dep, mLogger_dep ], install: false )