libcryfs/vendor
Sebastian Messmer 38575f258a In CMakeLists.txt, rename BUILD_TESTING to CRYPTOPP_BUILD_TESTING so it doesn't clash with our BUILD_TESTING 2020-06-28 17:20:02 -07:00
..
cryptopp In CMakeLists.txt, rename BUILD_TESTING to CRYPTOPP_BUILD_TESTING so it doesn't clash with our BUILD_TESTING 2020-06-28 17:20:02 -07:00
googletest Add range-v3 via conan and not via the vendor/ directory 2019-11-05 10:08:00 -05:00
CMakeLists.txt Add spdlog via conan and not via the vendor/ directory 2019-11-07 15:25:30 -05:00
README In CMakeLists.txt, rename BUILD_TESTING to CRYPTOPP_BUILD_TESTING so it doesn't clash with our BUILD_TESTING 2020-06-28 17:20:02 -07:00

README

This directory contains external projects, taken from the following locations:
googletest: https://github.com/google/googletest/tree/release-1.10.0
 - changed: https://github.com/google/googletest/pull/2514
cryptopp: https://github.com/weidai11/cryptopp/tree/CRYPTOPP_8_2_0
 - changed: added CMakeLists.txt and cryptopp-config.cmake from https://github.com/noloader/cryptopp-cmake/tree/CRYPTOPP_8_2_0
 - changed: commented out line including winapifamily.h in CMakeLists.txt
 - changed: In CMakeLists.txt, rename BUILD_TESTING to CRYPTOPP_BUILD_TESTING so it doesn't clash with our BUILD_TESTING