MCPcopy Index your code
hub / github.com/celer-pkg/celer / CheckTools

Method CheckTools

buildsystems/build_prebuilt.go:29–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (p prebuilt) CheckTools() []string {
30 // Start with build_tools from port.toml
31 tools := slices.Clone(p.BuildConfig.BuildTools)
32
33 // Add default tools
34 tools = append(tools, "cmake")
35 return tools
36}
37
38func (p *prebuilt) configured() bool {
39 if fileio.PathExists(filepath.Join(p.PortConfig.RepoDir, "CMakeLists.txt")) {

Callers

nothing calls this directly

Calls 1

CloneMethod · 0.65

Tested by

no test coverage detected