commit | 0bff6858af8405b307cdf5fdca46a008f0f52090 | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Thu Jul 27 09:23:42 2023 -0700 |
committer | Jason M. Bills <jason.m.bills@intel.com> | Mon Jul 31 12:02:30 2023 -0700 |
tree | f1762e8174afadda45905c5740adce311e14d00d | |
parent | 67a96247869c85fdb5acf5958ae85778dc1155e7 [diff] [blame] |
Port to meson Per what we're doing elsewhere, port this repo to meson. Change-Id: I97e19cbda9145414664ce4cb34183be2d8243659 Signed-off-by: Ed Tanous <edtanous@google.com>
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..317a67f --- /dev/null +++ b/meson_options.txt
@@ -0,0 +1,6 @@ +option( + 'raw-peci', + type: 'feature', + value: 'enabled', + description: 'Build raw-peci application', +)