Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
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.
 
bool removeSelection (StringView directory, StringView filter)
 Remove some files from a directory to the selection.
 

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 )
nodiscard

Add some files from a directory to the selection.

◆ removeSelection()

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

Remove some files from a directory to the selection.


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