blob: 857729c2101b1f740014eddd061622bbf53768aa [file] [log] [blame]
#!/bin/bash
cd "$(dirname "$0")" || exit
export PATH="${PWD}/../../tools:${PATH}"
sdbus++-gen-meson --command meson --directory ../yaml --output .
find . -name "meson.build" -exec meson format -i {} +