Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::Build::SourceFiles Struct Reference

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< FilesSelectionselection
 
CompileFlags compile
 

Detailed Description

A selection of files with their associated compile flags.

Member Function Documentation

◆ addSelection()

bool SC::Build::SourceFiles::addSelection ( StringView  directory,
StringView  filter 
)

Add some files from a directory to the selection.

◆ removeSelection()

bool SC::Build::SourceFiles::removeSelection ( StringView  directory,
StringView  filter 
)

Remove some files from a directory to the selection.


The documentation for this struct was generated from the following file: