aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2023-04-26Bump version of tink-cc to 2.0.0ambrosin
2023-04-25Set minimum supported CMake version to 3.13ambrosin
2023-03-08Remove the custom crypto::tink::util::Staus{|Or} implementationambrosin
2023-01-31Increase minimum CMake version to 3.10 (required by latest Abseil C++ library).wconner
2022-08-09Bump version to 1.7.0.ckl
2022-05-05Move options definitions into the single place in the main CMakeLists file. R...lizatretyakova
2022-05-04In CMakeLists.txt, introduce compile-time options to build Tink with absl::St...lizatretyakova
2022-04-27Set Tink version in the `project` command instead of having a separate .cmake...ambrosin
2022-02-03Add option to link against installed GTest.ambrosin
2022-01-26Add option `TINK_USE_INSTALLED_ABSEIL` to build Tink against an installed ver...ambrosin
2021-10-12Changes to CMake config files to allow linking to OpenSSL installed in the sy...ambrosin
2020-03-02Remove support for building C++ outside of Bazel and CMake. This means we re...tholenst
2019-05-02Simplify CMake dependencies for the example project.Tink Team
2019-05-02Experimental build of libtink.so on Linux and Darwin, guarded by an option.Tink Team
2019-03-20Turn TINK_BUILD_TESTS into an option, disable it by default.Tink Team
2019-03-20Fix unintended override of TINK_ENABLE_TESTS in the CMake script.Tink Team
2019-03-20Add initial CMake support to Tink.Tink Team