alliedmodders / ambuild

AlliedModders C++ Build System
BSD 3-Clause "New" or "Revised" License
60 stars 31 forks source link

Add copy-all-files-in-directory version of builder.AddCopy #135

Open peace-maker opened 3 years ago

peace-maker commented 3 years ago

Instead of having to manually list all files in a directory, allow to just use a wildcard to add all files. This would cleanup SourceMod's PackageScript.

https://github.com/alliedmodders/sourcemod/blob/e6129ab2d9bfadccd05567e4e542d1c397ba8cc5/tools/buildbot/PackageHelpers#L49-L62