#include <Compiler.hpp>
◆ CompilerArgs()
Pothos::Util::CompilerArgs::CompilerArgs |
( |
void |
| ) |
|
Create an empty compiler args.
◆ defaultDevEnv()
static CompilerArgs Pothos::Util::CompilerArgs::defaultDevEnv |
( |
void |
| ) |
|
|
static |
Create a new args with default Pothos development libraries + includes.
◆ flags
std::vector<std::string> Pothos::Util::CompilerArgs::flags |
A list of compiler flags.
◆ includes
std::vector<std::string> Pothos::Util::CompilerArgs::includes |
◆ libraries
std::vector<std::string> Pothos::Util::CompilerArgs::libraries |
A list of linkable libraries.
◆ sources
std::vector<std::string> Pothos::Util::CompilerArgs::sources |
A list of source file paths.
The documentation for this class was generated from the following file: