Remove files and add TODO.
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
for f in `find .`
|
||||
do
|
||||
file=$(basename $f)
|
||||
grep -i $file CMakeLists.txt >/dev/null 2>&1
|
||||
#echo $?
|
||||
if [ $? -eq 0 ]; then
|
||||
continue
|
||||
fi
|
||||
echo "$file not in CMakeLists.txt"
|
||||
done
|
||||
Reference in New Issue
Block a user