From adceb818e316adb8626c65b7a3b8071b2e61a9a0 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 28 Feb 2026 16:40:59 -0500 Subject: docs: Added SPDX-License-Identifiers to files --- tools/make-cmake-config | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools') diff --git a/tools/make-cmake-config b/tools/make-cmake-config index 0444767..6a6ddaa 100755 --- a/tools/make-cmake-config +++ b/tools/make-cmake-config @@ -1,3 +1,8 @@ #!/usr/bin/env bash +# +# Copyright (c) 2026 Jacob McDonnell +# +# SPDX-License-Identifier: MIT +# cat $1 | gawk '{print gensub(/(.*)=(.*)/, "set(\\1 \\2)", 1)}' > "$(dirname $1)/$(basename -s .make $1).cmake" -- cgit v1.2.3