mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-22 11:40:05 +00:00
a03cd1f3eb
* Add Bazel build configuration. * fix for windows. * Update doc file. * Add tests that were accidentally skipped by Bazel * Update doc file.
20 lines
347 B
Python
20 lines
347 B
Python
local_repository(
|
|
name = "spirv_headers",
|
|
path = "external/spirv-headers",
|
|
)
|
|
|
|
local_repository(
|
|
name = "com_google_googletest",
|
|
path = "external/googletest",
|
|
)
|
|
|
|
local_repository(
|
|
name = "com_googlesource_code_re2",
|
|
path = "external/re2",
|
|
)
|
|
|
|
local_repository(
|
|
name = "com_google_effcee",
|
|
path = "external/effcee",
|
|
)
|