A selection of files with their associated compile flags. More...
#include <Build.h>
Public Member Functions | |
bool | addSelection (StringView directory, StringView filter) |
Add some files from a directory to the selection. More... | |
bool | removeSelection (StringView directory, StringView filter) |
Remove some files from a directory to the selection. More... | |
Public Attributes | |
Vector< FilesSelection > | selection |
CompileFlags | compile |
A selection of files with their associated compile flags.
bool SC::Build::SourceFiles::addSelection | ( | StringView | directory, |
StringView | filter | ||
) |
Add some files from a directory to the selection.
bool SC::Build::SourceFiles::removeSelection | ( | StringView | directory, |
StringView | filter | ||
) |
Remove some files from a directory to the selection.