ANTAREX API

Clava API

LARA API

LARA Common Language API

(.js)
laraImport("lara.cmake.compilers.CMakeCompiler");

(.lara)
import lara.cmake.compilers.CMakeCompiler;

CMakeCompiler

Constructor

CMakeCompiler

new CMakeCompiler()

Interface that provides information about a CMake-supported compiler.


Instance Members

getCCommand

getCCommand()

getCommandArgs

getCommandArgs()

Generates the compiler-related arguments that are required when calling the CMake command.


getCxxCommand

getCxxCommand()

METHODS TO IMPLEMENT