Files
test/intern/libmv/mkfiles.sh
2023-06-15 13:35:34 +10:00

10 lines
283 B
Bash
Executable File

#!/bin/sh
# SPDX-FileCopyrightText: 2011-2021 Blender Foundation
#
# SPDX-License-Identifier: GPL-2.0-or-later
find ./libmv/ -type f | sed -r 's/^\.\///' | sort > files.txt
find ./third_party/ -type f | \
grep -v third_party/ceres | \
sed -r 's/^\.\///' | sort >> files.txt