aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2016-06-16 10:52:57 +0200
committerEugene Kliuchnikov <eustas@google.com>2016-06-16 10:52:57 +0200
commit378485b097fd7b80a5e404a3cb912f7b18f78cdb (patch)
treefb350b628ace365805a7f153af7d092a2a746d29 /WORKSPACE
parent4a8bb6a2b884e9bf08c508c5f2a8f1feb5e4cd1f (diff)
downloadbrotli-378485b097fd7b80a5e404a3cb912f7b18f78cdb.zip
brotli-378485b097fd7b80a5e404a3cb912f7b18f78cdb.tar.gz
brotli-378485b097fd7b80a5e404a3cb912f7b18f78cdb.tar.bz2
Update build system. Now libraries are produced as build artifacts.
There are currently 3 ways to build: * Easy: `./configure; make` * Simple: use Bazel * Portable: use premake5 to generate XCode / MSVS projects
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE4
1 files changed, 4 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
new file mode 100644
index 0000000..5dd1e82
--- /dev/null
+++ b/WORKSPACE
@@ -0,0 +1,4 @@
+# Description:
+# Bazel workspace file for Brotli.
+
+workspace(name = "io_brotli")