forked from bartvdbraak/blender
42ae315aef
Also updated generation scripts and templates
5 lines
142 B
Bash
Executable File
5 lines
142 B
Bash
Executable File
#!/bin/sh
|
|
|
|
find ./libmv/ -type f | sed -r 's/^\.\///' | sort > files.txt
|
|
find ./third_party/ -type f | sed -r 's/^\.\///' | sort >> files.txt
|