4 lines
102 B
Meson
4 lines
102 B
Meson
project('clangtidytest', 'cpp', default_options: 'cpp_std=c++14')
|
|
|
|
executable('cttest', 'cttest.cpp')
|