mrdocs::Config::defines

Additional defines passed to the compiler

Synopsis

Declared in <mrdocs/Config.hpp>

std::vector<std::string> defines;

Description

Additional defines passed to the compiler when building the source code.

These defines are added to the compilation database regardless of the strategy to generate it.

Created with MrDocs