summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2024-04-01 19:47:05 -0400
committerScott Murray <scott.murray@konsulko.com>2024-04-04 05:14:20 -0400
commite437300d0b5c20114ea1843dbf00815304af3f27 (patch)
tree34e7d1630569f4706a1c4fd389ba03d520641f35 /meson_options.txt
parent52dbc88ee006d4c7e9cab625d4a976919b86e4ac (diff)
Initial check-in of proxy implementation. See README.md for build and configuration information, as well as feature implementation status (TODOs section). Bug-AGL: SPEC-5109 Change-Id: I681c693a73f29e284670be977e1a460883f27769 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..1fe219e
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1 @@
+option('protos', type : 'string', value : '/usr/include', description : 'Include directory for .proto files')