MCPcopy Create free account
hub / github.com/build-cpp/cmkr / root

Method root

src/project_parser.cpp:893–898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

891}
892
893const Project *Project::root() const {
894 auto root = this;
895 while (root->parent != nullptr)
896 root = root->parent;
897 return root;
898}
899
900bool Project::cmake_minimum_version(int major, int minor) const {
901 // NOTE: this code is like pulling teeth, sorry

Callers 1

generate_cmakeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected