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

Function install

src/build.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56int install() {
57 parser::Project project(nullptr, ".", false);
58 auto cmd = "cmake --install " + project.build_dir;
59 return ::system(cmd.c_str());
60}
61} // namespace build
62} // namespace cmkr

Callers 1

handle_argsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected