(.js)
laraImport("lara.cmake.compilers.CMakeCompiler");
(.lara)
import lara.cmake.compilers.CMakeCompiler;
Classes:
new CMakeCompiler()
Interface that provides information about a CMake-supported compiler.
getCCommand()
getCommandArgs()
Generates the compiler-related arguments that are required when calling the CMake command.
getCxxCommand()
METHODS TO IMPLEMENT