Anders Blomdell / mbed-sdk-tools
Embed: (wiki syntax)

« Back to documentation index

CMake Class Reference

CMake Class Reference

Inherits tools::export::exporters::Exporter.

Inherited by GccArm.

Public Member Functions

def generate
def build

Detailed Description

Generic CMake template that mimics the behavior of the python build
system

Definition at line 32 of file export/cmake/__init__.py.


Member Function Documentation

def build (   project_name,
  log_name = "build_log.txt",
  cleanup = True 
)
Build Make project 

Definition at line 128 of file export/cmake/__init__.py.

def generate (   self )
Generate the CMakefiles.txt

Definition at line 56 of file export/cmake/__init__.py.