commit | baa8d40658d78bbe259d7367560e154d86661279 | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Tue Dec 07 19:44:31 2021 -0800 |
committer | Willy Tu <wltu@google.com> | Thu Feb 10 18:11:00 2022 +0000 |
tree | b362a7d11aea996359da348b99d208de692ef701 | |
parent | 94ff59b7d614ee5330e667573651ce72b6c8e1a9 [diff] [blame] |
build: Refactor the build structure of the project Moved all header files to `include` and all cpp files to `src`. Updated the meson.build accordingly. Change-Id: I9e26197b9c73b5e284cfc9d0d78a234546c282ad Signed-off-by: Willy Tu <wltu@google.com>
diff --git a/include/meson.build b/include/meson.build new file mode 100644 index 0000000..e4ada8f --- /dev/null +++ b/include/meson.build
@@ -0,0 +1 @@ +blobstore_includes = include_directories('.')