wtools  3.2.0-pre1
ESO waf tools
wtools.config.boost Class Reference

Static Public Member Functions

def configure_postload (cnf, requires, **kwargs)
 
def configure_preload (cnf, requires, **kwargs)
 

Static Public Attributes

list requires = ["cxx"]
 
list tools = ["boost"]
 
 defaults
 

Detailed Description

Provides C++ boost libraries support (available as use='BOOST')
It is further configured with dict boost, which contains various attributes, e.g.:
`boost=dict(libs="program_options datetime", force_static=False)`

Member Data Documentation

◆ defaults

wtools.config.boost.defaults
static
Initial value:
= dict(
libs = [],
force_static = False,
)

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