summaryrefslogtreecommitdiffstats
path: root/meson.build
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.build
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.build')
-rw-r--r--meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/meson.build b/meson.build
new file mode 100644
index 0000000..ccc4964
--- /dev/null
+++ b/meson.build
@@ -0,0 +1,8 @@
+project('agl-vss-proxy',
+ 'cpp',
+ license : 'Apache-2.0',
+ default_options : ['c_std=c17', 'cpp_std=c++17'])
+
+subdir('src')
+subdir('systemd')
+