BuildSystem

simple interface to a build system (such as CMake, or Autotools)

Members

Functions

feedBuildId
void feedBuildId(ref MD5 digest)

Feeds the digest in a way that makes a unique build identifier.

issueCmds
void issueCmds(BuildContext ctx)

Issue the commands to build the source code to the requested binaries.

Meta