Files
eden/tools/cpm/cmake/format.cmake
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
288 B
CMake
Raw Normal View History

#!/usr/bin/env -S cmake -P
2026-06-26 02:22:04 +02:00
# SPDX-FileCopyrightText: Copyright 2026 crueter
2025-12-31 17:16:46 +01:00
# SPDX-License-Identifier: LGPL-3.0-or-later
cmake_minimum_required(VERSION 3.31)
include(${CMAKE_CURRENT_LIST_DIR}/ScriptUtils.cmake)
2026-06-26 02:22:04 +02:00
# TODO: Run some sanity checks e.g. patches exist, etc.
format_cpmfile()