brotli/WORKSPACE
Eugene Kliuchnikov 378485b097 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
2016-06-16 10:52:57 +02:00

5 lines
83 B
Python

# Description:
# Bazel workspace file for Brotli.
workspace(name = "io_brotli")