Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEhsan <ehsannas@gmail.com>2019-09-24 22:56:59 +0300
committerGitHub <noreply@github.com>2019-09-24 22:56:59 +0300
commita03cd1f3eb282a5d58a601ad9337a03c7eb412f4 (patch)
tree97b5aeaf47d2b36875438c6fd6c19ebf1f9bd7ec /WORKSPACE
parent6f26d9ad81f2a6f8817ab2ae3c22a20f99955888 (diff)
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.
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE19
1 files changed, 19 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
new file mode 100644
index 000000000..5abfc98bc
--- /dev/null
+++ b/WORKSPACE
@@ -0,0 +1,19 @@
+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",
+)