diff options
author | xengineering <me@xengineering.eu> | 2025-04-06 19:30:52 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-04-06 19:30:52 +0200 |
commit | d0215a2f9f01df704446cbc0ce289a75a623413d (patch) | |
tree | 20f6f3e1272e0d0ad8e98d3f6d625936f2217c81 /meson.build | |
parent | 8cc751f284b15ff3dbc5b1ba27e3733671cb964c (diff) | |
download | iot-contact-d0215a2f9f01df704446cbc0ce289a75a623413d.tar iot-contact-d0215a2f9f01df704446cbc0ce289a75a623413d.tar.zst iot-contact-d0215a2f9f01df704446cbc0ce289a75a623413d.zip |
tools: Add meson.build
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meson.build b/meson.build index 446fb29..85faf87 100644 --- a/meson.build +++ b/meson.build @@ -1,8 +1,6 @@ project('iot-contact') -tools = meson.current_source_dir() / 'tools' -configure_zephyr = tools / 'configure_zephyr.py' -build_zephyr = tools / 'build_zephyr.py' +subdir('tools') fs = import('fs') css = fs.copyfile( |