MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / get_cmake_path

Function get_cmake_path

Tests/SdkIntegration/tactility.py:325–326  ·  view source on GitHub ↗
(platform)

Source from the content-addressed store, hash-verified

323#region Building
324
325def get_cmake_path(platform):
326 return os.path.join("build", f"cmake-build-{platform}")
327
328def find_elf_file(platform):
329 cmake_dir = get_cmake_path(platform)

Callers 3

find_elf_fileFunction · 0.85
build_firstFunction · 0.85
build_consecutivelyFunction · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected