1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00

Resaved projects

This commit is contained in:
jules 2016-04-20 11:37:18 +01:00
parent fad8d0526e
commit 8920e1b1d2
109 changed files with 22952 additions and 17428 deletions

View file

@ -90,7 +90,8 @@ namespace
Array<File> files;
for (DirectoryIterator di (folder, true, "*.cpp;*.cxx;*.cc;*.c;*.h;*.hpp;*.hxx;*.hpp;*.mm;*.m", File::findFiles); di.next();)
files.add (di.getFile());
if (! di.getFile().isSymbolicLink())
files.add (di.getFile());
return files;
}