wtools 4.0.0-pre7
ESO waf tools
Loading...
Searching...
No Matches
wtools.config.boost Class Reference

Static Public Member Functions

 configure_postload (cnf, requires, **kwargs)
 
 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: