aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2020-08-26Fix build files (#829)Eugene Kliuchnikov1-11/+15
2020-07-09CMake: change default ("") build type to Release (#818)Eugene Kliuchnikov1-0/+7
2020-03-19Add HAVE_LOG2 build macro (#783)Cristi Vîjdea1-1/+4
2019-08-13Disable PIC in EMCC mode. (#768)Eugene Kliuchnikov1-7/+24
2019-08-07Add an option to avoid building shared libraries. (#766)Eugene Kliuchnikov1-6/+16
2018-09-27Cross compilation support (#709)Stephen Kyle1-4/+28
2018-09-13Fix auto detect of bundled mode (#704)v1.0.6Jørgen Ibsen1-3/+3
2018-03-26Tell CMake to not check for a C++ compiler (#653)Adrian Perez1-1/+1
2017-12-07Don't set rpath (#629)Jeremy Bicha1-10/+0
2017-11-28Update (#620)v1.0.2Eugene Kliuchnikov1-130/+50
2017-09-20Install static libraries as well (#601)Eugene Kliuchnikov1-1/+8
2017-09-19Build both static and shared libs with CMake (#599)Eugene Kliuchnikov1-20/+34
2017-05-29Update (#555)Eugene Kliuchnikov1-6/+6
2017-05-24Unify artifact installation (#544)Eugene Kliuchnikov1-16/+16
2017-04-23Move files & update paths (#541)Eugene Kliuchnikov1-28/+28
2017-03-01Fix CMakeLists.txt specifying a nonexistent pkgconfig package (#518)Ian Duncan1-1/+1
2017-02-06Update encoder (#504)Eugene Kliuchnikov1-0/+2
2016-12-22Split brotli common/dec/enc .pc files (#490)Eugene Kliuchnikov1-7/+40
2016-11-01FInishing touches for installing libbrotli with CMake (#464)Evan Nemerson1-11/+137
2016-10-18* leave static compilation declaration intouch (e.g. Python build)Eugene Kliuchnikov1-1/+2
2016-10-18Build shared libraries by defaultEugene Kliuchnikov1-0/+5
2016-10-17Merge pull request #439 from fred-wang/remove-underscoreEugene Kliuchnikov1-7/+7
2016-10-12CMake: Also add ARCHIVE DESTINATION for non-WIN32Frédéric Wang1-1/+4
2016-10-12Remove the underscore in the name of brotli libraries. #326Frédéric Wang1-7/+7
2016-10-12Add ARCHIVE destination for Windows.Frédéric Wang1-1/+5
2016-10-12Use install directories provided by GNUInstallDirs.Frédéric Wang1-3/+3
2016-10-12Also install the libraries and headers when building static libraries.Frédéric Wang1-7/+5
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