blob: b3175ccdba25ff5683db178f0086c9051cba83c0 [file] [log] [blame]
Sean Rhodes9c89e3a2021-11-12 08:54:50 +00001## SPDX-License-Identifier: GPL-2.0-only
2
3project('coreboot-configurator',
4 'cpp',
5 version: '8',
6 license: ['GPL2', 'CC BY-SA 4.0'],
7 meson_version: '>= 0.53.0',
8 default_options: ['prefix=/usr',
9 'cpp_std=c++14'],
10)
11
12subdir('src')