#!/bin/bash
find . \( -name CMakeLists.txt -o -name \*.cmake \) -exec cmake-format -i {} \;
