blender/extern/libmv/third_party/ceres/mkfiles.sh
Guillermo S. Romero 379cf37b38 SVN maintenance.
2012-06-11 02:29:25 +00:00

5 lines
141 B
Bash
Executable File

#!/bin/sh
find ./include/ -type f | sed -r 's/^\.\///' | sort > files.txt
find ./internal/ -type f | sed -r 's/^\.\///' | sort >> files.txt