dbuild.buildsystem

Members

Interfaces

BuildSystem
interface BuildSystem

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

Structs

BuildContext
struct BuildContext

context of a build

CMake
struct CMake

Helper to create a CMAKE build system, with generator and options. Option should not deal with install dir or build type, which are set from the build context. The build system will issue 3 commands: configure, build and install.

Meta