MayaFlux
0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
add_compile_flag()
void Lila::Lila::add_compile_flag
(
const std::string &
flag
)
Adds a compile flag for code evaluation.
Parameters
flag
Compiler flag to add
Definition at line
164
of file
Lila.cpp
.
165
{
166
if
(
m_interpreter
) {
167
m_interpreter
->add_compile_flag(flag);
168
}
169
}
Lila::Lila::m_interpreter
std::unique_ptr< ClangInterpreter > m_interpreter
Embedded Clang interpreter.
Definition
Lila.hpp:200
Lila
Lila
Generated by
1.9.8