MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ add_library_path()

void Lila::ClangInterpreter::add_library_path ( const std::string &  path)

Adds a library path (not yet implemented)

Parameters
pathDirectory to add to the library search path

Definition at line 241 of file ClangInterpreter.cpp.

242{
243 LILA_DEBUG(Emitter::INTERPRETER,
244 std::string("Library path noted (not yet implemented): ") + path);
245}
#define LILA_DEBUG(emitter, msg)

References LILA_DEBUG.