]> git.ipfire.org Git - thirdparty/ccache.git/commit
build: Add support for using system cpp-httplib
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 20 Mar 2024 20:45:10 +0000 (21:45 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 27 Apr 2024 08:14:29 +0000 (10:14 +0200)
commit66e650e5f783a88d9a12a5bf34a9cba7c9bdbddc
treee949f821c0794140428bcd496284c0f66c4afcb4
parent09f58c03073e824cced63843e348c29d43d26c44
build: Add support for using system cpp-httplib
12 files changed:
.clang-format
CMakeLists.txt
LICENSE.adoc
cmake/Dependencies.cmake
cmake/FindCppHttplib.cmake [new file with mode: 0644]
doc/INSTALL.md
src/ccache/CMakeLists.txt
src/ccache/storage/remote/HttpStorage.cpp
src/third_party/CMakeLists.txt
src/third_party/cpp-httplib/CMakeLists.txt [new file with mode: 0644]
src/third_party/cpp-httplib/httplib.h [moved from src/third_party/httplib.cpp with 64% similarity]
src/third_party/httplib.h [deleted file]