Provides C/C++ support including.
More...
|
list | requires = [] |
|
list | tools = ['cxx', 'compiler_c', 'compiler_cxx', 'color_gcc', 'waf_unit_test', 'buildcopy'] |
|
Provides C/C++ support including.
- Google Test (unit testing)
- Clang Tidy (linting)
- Options
- cxx_std=std (=c++11) Changes the default C++ standard in use. cxx_cstd=std (=c11) Changes the default C standard in use.
def wtools.config.cxx.configure |
( |
|
cnf, |
|
|
|
requires, |
|
|
|
kwargs |
|
) |
| |
|
static |
def wtools.config.cxx.options |
( |
|
cnf, |
|
|
|
requires, |
|
|
|
kwargs |
|
) |
| |
|
static |
list wtools.config.cxx.requires = [] |
|
static |
list wtools.config.cxx.tools = ['cxx', 'compiler_c', 'compiler_cxx', 'color_gcc', 'waf_unit_test', 'buildcopy'] |
|
static |
The documentation for this class was generated from the following file: