10 lines
173 B
Python
10 lines
173 B
Python
|
|
workspace(name = "TIM_VX")
|
||
|
|
|
||
|
|
local_repository(
|
||
|
|
name = 'TOOLCHAINS',
|
||
|
|
path = 'toolchains',
|
||
|
|
)
|
||
|
|
|
||
|
|
load("@TOOLCHAINS//:toolchains.bzl", "init_toolchains")
|
||
|
|
init_toolchains()
|