Fixed CMake error on Surface_reconstruction_3/demo/Surface_reconstruction_3/ (empty folder)

This commit is contained in:
Laurent Saboret
2008-06-18 14:28:53 +00:00
parent d4a2b049f1
commit ee1222919b
2 changed files with 21 additions and 0 deletions
@@ -140,6 +140,7 @@ if [ \$# -ne 0 ] ; then
compile_and_run \$file
done
else
echo "Run all tests."
EOF
for file in `ls *.C *.cpp 2>/dev/null | sort` ; do
if [ -n "`grep '\<main\>' $file`" ] ; then