Commit Graph

4 Commits

Author SHA1 Message Date
Rod Sheeter 1bccf208bc Set version to 1.0.2 2017-11-13 10:31:28 -08:00
Tomas Popela aff949b847 Require specific brotli libraries in pkg-config files
Before this change:
$ pkg-config --libs libwoff2dec
-lwoff2dec

after:
$ pkg-config --libs libwoff2dec
-lwoff2dec -lbrotlidec
2017-10-09 16:30:36 +02:00
Rod Sheeter b677a07ffd Set CMakeLists.txt version to 1.0.1 so I can release 1.0.1 and have them match 2017-10-06 08:17:35 -07:00
Frédéric Wang ed27db0b91 Add support for the CMake build system.
This brings various improvements to the current Makefile and intends to help
people to package WOFF2:

* Build and install static and shared libraries for encoder and decoder
* Install public headers
* Generate and install pc files for PkgConfig
* Build the woff2_* programs
* Build the fuzzer archives
* Specify a release version (0.0.1 is hardcoded for now)
* Build using a Brotli version installed on the system, instead of the git
  submodule
* Have some CANONICAL_PREFIXES and NOISY_LOGGING configuration options
2017-10-05 16:18:39 -07:00