summaryrefslogtreecommitdiffstats
path: root/util/coreboot-configurator/meson.build
blob: b3175ccdba25ff5683db178f0086c9051cba83c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SPDX-License-Identifier: GPL-2.0-only

project('coreboot-configurator',
	'cpp',
	version: '8',
	license: ['GPL2', 'CC BY-SA 4.0'],
	meson_version: '>= 0.53.0',
	default_options: ['prefix=/usr',
			  'cpp_std=c++14'],
)

subdir('src')