SPIRV-Tools/WORKSPACE
Ehsan a03cd1f3eb
Add Bazel build configuration. (#2891)
* Add Bazel build configuration.

* fix for windows.

* Update doc file.

* Add tests that were accidentally skipped by Bazel

* Update doc file.
2019-09-24 15:56:59 -04:00

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",
)