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

Map of SC::Build::Compile flags (include paths, preprocessor defines etc.) More...

#include <Build.h>

Inheritance diagram for SC::Build::CompileFlags:

Public Member Functions

bool addIncludes (Span< const StringView > includes)
 Add paths to includes search paths list. More...
 
bool addDefines (Span< const StringView > defines)
 Add define to preprocessor definitions. More...
 

Detailed Description

Map of SC::Build::Compile flags (include paths, preprocessor defines etc.)

Member Function Documentation

◆ addDefines()

bool SC::Build::CompileFlags::addDefines ( Span< const StringView defines)
inline

Add define to preprocessor definitions.

◆ addIncludes()

bool SC::Build::CompileFlags::addIncludes ( Span< const StringView includes)
inline

Add paths to includes search paths list.


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