William A. Kennington III | 0a01b2a | 2021-05-13 18:38:57 -0700 | [diff] [blame] | 1 | #!/bin/bash |
2 | cd "$(dirname "$0")" || exit | ||||
3 | export PATH="$PWD/../subprojects/sdbusplus/tools:$PATH" | ||||
Patrick Williams | 297e59f | 2025-01-31 06:38:25 -0500 | [diff] [blame^] | 4 | sdbus++-gen-meson --command meson --directory ../yaml --output . |
5 | find . -name "meson.build" -exec meson format -i {} + |