#!/bin/sh src_dir="$1" dst_file="$2" cat < "$dst_file" /* SPDX-License-Identifier: LGPL-2.1-or-later */ /* This file is auto-generated, do not edit! */ /* * Copyright (C) 2018-2019, Google Inc. * * libcamera.h - libcamera public API */ #pragma once EOF headers=$(for header in "$src_dir"/*.h "$src_dir"/*.h.in ; do header=$(basename "$header") header="${header%.in}" echo "$header" done | sort) for header in $headers ; do echo "#include " >> "$dst_file" done y>
summaryrefslogtreecommitdiff
blob: a720fa6c37f03c228f81c79d9ccb3c9f0f888fec (plain)
1
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minimize-2"><polyline points="4 14 10 14 10 20"></polyline><polyline points="20 10 14 10 14 4"></polyline><line x1="14" y1="10" x2="21" y2="3"></line><line x1="3" y1="21" x2="10" y2="14"></line></svg>