Skip to content

Latest commit

 

History

History
 
 

minimal

Minimal Example Application

This directory contains the "minimal" target which demonstrates the minimal functionality required to build an executable using the shared library target.

See the shared library target for details common to all executable targets.

Implementation Overview

The "minimal" target is implemented as follows:

Other targets use the minimal implementation source files (*_minimal.cc) in cases where example-specific customization is not required.

Configuration

See the shared library target for configuration details.

Setup and Build

See the shared library target for setup and build instructions.