Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
325
def
get_cmake_path(platform):
326
return
os.path.join(
"build"
, f
"cmake-build-{platform}"
)
327
328
def
find_elf_file(platform):
329
cmake_dir = get_cmake_path(platform)
Callers
3
find_elf_file
Function · 0.85
build_first
Function · 0.85
build_consecutively
Function · 0.85
Calls
1
join
Method · 0.80
Tested by
no test coverage detected