repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel/xeon_sp/cpx: Fix PCU device IDs
[coreboot.git]
/
util
/
coreboot-configurator
/
meson.build
blob
b3175ccdba25ff5683db178f0086c9051cba83c0
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
project('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
12
subdir('src')