aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2016-10-12Do not install the public headers on WIN32. #326Frédéric Wang1-1/+1
2016-10-07Actually use BROTLI_INCLUDE_DIRS to get the path to headers.Frédéric Wang1-1/+1
2016-10-07Also install the brotli headers when building the shared libraries. #326Frédéric Wang1-0/+1
2016-08-27Merge pull request #421 from fred-wang/cmake-shared-librariesEugene Kliuchnikov1-4/+30
2016-08-27Fix typo in CMakeFile: s/BROTLI_BUNDLE_MODE/BROTLI_BUNDLED_MODE/Frédéric Wang1-1/+1
2016-08-27Add support for CMake's BUILD_SHARED_LIBS option. #326Frédéric Wang1-4/+30
2016-08-23Fix CMake includes.Eugene Kliuchnikov1-0/+3
2016-08-23Fix CMake includedirsEugene Kliuchnikov1-1/+1
2016-08-22Use version from common/version.hEugene Kliuchnikov1-6/+36
2016-08-04cmake: use a different variable for testing with and without libmEvan Nemerson1-3/+3
2016-07-29appveyor: add Visual Studio builds (based on CMake)Evan Nemerson1-6/+25
2016-07-28Add mingw support.Evan Nemerson1-1/+23
2016-07-26Add UBSan build, use clang for sanitizer builds.Evan Nemerson1-0/+6
2016-07-26travis: add many additional buildsEvan Nemerson1-0/+6
2016-07-26Add CMake build system.Evan Nemerson1-0/+140