aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2017-02-06Update encoder (#504)Eugene Kliuchnikov
2016-12-22Split brotli common/dec/enc .pc files (#490)Eugene Kliuchnikov
2016-11-01FInishing touches for installing libbrotli with CMake (#464)Evan Nemerson
2016-10-18* leave static compilation declaration intouch (e.g. Python build)Eugene Kliuchnikov
2016-10-18Build shared libraries by defaultEugene Kliuchnikov
2016-10-17Merge pull request #439 from fred-wang/remove-underscoreEugene Kliuchnikov
2016-10-12CMake: Also add ARCHIVE DESTINATION for non-WIN32Frédéric Wang
2016-10-12Remove the underscore in the name of brotli libraries. #326Frédéric Wang
2016-10-12Add ARCHIVE destination for Windows.Frédéric Wang
2016-10-12Use install directories provided by GNUInstallDirs.Frédéric Wang
2016-10-12Also install the libraries and headers when building static libraries.Frédéric Wang
2016-10-12Do not install the public headers on WIN32. #326Frédéric Wang
2016-10-07Actually use BROTLI_INCLUDE_DIRS to get the path to headers.Frédéric Wang
2016-10-07Also install the brotli headers when building the shared libraries. #326Frédéric Wang
2016-08-27Merge pull request #421 from fred-wang/cmake-shared-librariesEugene Kliuchnikov
2016-08-27Fix typo in CMakeFile: s/BROTLI_BUNDLE_MODE/BROTLI_BUNDLED_MODE/Frédéric Wang
2016-08-27Add support for CMake's BUILD_SHARED_LIBS option. #326Frédéric Wang
2016-08-23Fix CMake includes.Eugene Kliuchnikov
2016-08-23Fix CMake includedirsEugene Kliuchnikov
2016-08-22Use version from common/version.hEugene Kliuchnikov
2016-08-04cmake: use a different variable for testing with and without libmEvan Nemerson
2016-07-29appveyor: add Visual Studio builds (based on CMake)Evan Nemerson
2016-07-28Add mingw support.Evan Nemerson
2016-07-26Add UBSan build, use clang for sanitizer builds.Evan Nemerson
2016-07-26travis: add many additional buildsEvan Nemerson
2016-07-26Add CMake build system.Evan Nemerson