commit | 2ac1af7085679fbb90c0ba26dab0df8286165c16 | [log] [tgz] |
---|---|---|
author | Rashmi R V <rashmi.r.v@intel.com> | Thu Jul 24 23:59:30 2025 +0530 |
committer | rashmi.r.v <rashmi.r.v@intel.com> | Fri Aug 01 14:30:36 2025 +0000 |
tree | 4a33276eb01059600e384152d37bd766ff8475bd | |
parent | 36c79f48c3b5bf32d8e938bc85c39baf9c7e39b7 [diff] [blame] |
Move s2600 recipes to meson Change-Id: Ibeb7cc66368fe47221f61184f1b06ec978f2b3c9 Signed-off-by: Rashmi R V <rashmi.r.v@intel.com>
diff --git a/meson.build b/meson.build new file mode 100644 index 0000000..99c3ca7 --- /dev/null +++ b/meson.build
@@ -0,0 +1,10 @@ +project( + 's2600wf-misc', + 'cpp', + version: '1.1.1', + meson_version: '>=1.1.1', + default_options: ['cpp_std=c++23'], +) + +#Add subproject for hsbp-manager +subdir('hsbp-manager')