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.

Members

Functions

buildSystem
BuildSystem buildSystem()

get the result BuildSystem

tryMsvcSetup
bool tryMsvcSetup(int minVer, string[] vcvarsOptions)
Undocumented in source. Be warned that the author may not have intended to support it.
withEnv
CMake withEnv(string[string] env)
Undocumented in source. Be warned that the author may not have intended to support it.
withMsvcSetup
CMake withMsvcSetup(int minVer, string[] vcvarsOptions)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
CMake create(string generator, string[] options)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta