File: meson.build

package info (click to toggle)
rang 3.2.0-1
  • links: PTS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 148 kB
  • sloc: cpp: 849; python: 33; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 292 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
project('rang', 'cpp', version : '3.2.0',
		default_options : ['cpp_std=c++11'])

inc = include_directories('include')

doctest = dependency('doctest')
subdir('test')

run_target('cppcheck', command : ['cppcheck', '--project=' +
  			join_paths(meson.build_root(), 'compile_commands.json')])