This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from f823482248 remove acme plugin (#9799)
add 053da735ee Add esi plugin and tests to CMake build (#9822)
No new revisions were added by this update.
Summary of changes:
lib/CMakeLists.txt | 3 +++
plugins/CMakeLists.txt | 1 +
plugins/esi/CMakeLists.txt | 19 +++++++++++++++
plugins/esi/Makefile.inc | 3 ++-
plugins/esi/common/CMakeLists.txt | 6 +++++
plugins/esi/fetcher/CMakeLists.txt | 4 ++++
plugins/esi/lib/CMakeLists.txt | 15 ++++++++++++
plugins/esi/test/CMakeLists.txt | 26 +++++++++++++++++++++
plugins/esi/test/gzip_test.cc | 47 ++++++++++++++++----------------------
9 files changed, 96 insertions(+), 28 deletions(-)
create mode 100644 plugins/esi/CMakeLists.txt
create mode 100644 plugins/esi/common/CMakeLists.txt
create mode 100644 plugins/esi/fetcher/CMakeLists.txt
create mode 100644 plugins/esi/lib/CMakeLists.txt
create mode 100644 plugins/esi/test/CMakeLists.txt