files
Adds files to a project.
files { "file_list" }
Parameters
file_list
specifies one or more file patterns. File paths should be specified relative to the currently executing script file. File patterns may contain the *
wildcard to match against files in the current directory, or the **
wildcard to perform a recursive match.
If a wildcard matches more files than you would like, you may filter the results using the removefiles() function.