This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new b0028efff3 Build regex_remap plugin in CMake build (#9963)
b0028efff3 is described below

commit b0028efff353a3abac83439b19511e4d59979b09
Author: JosiahWI <[email protected]>
AuthorDate: Thu Jul 6 14:13:13 2023 -0500

    Build regex_remap plugin in CMake build (#9963)
    
    This builds the regex_remap plugin, which some AuTests require.
---
 plugins/CMakeLists.txt             |  1 +
 plugins/regex_remap/CMakeLists.txt | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index 9d150c79a2..9e156d24d5 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -46,6 +46,7 @@ add_subdirectory(header_rewrite)
 add_subdirectory(libloader)
 add_subdirectory(multiplexer)
 add_subdirectory(prefetch)
+add_subdirectory(regex_remap)
 add_subdirectory(s3_auth)
 add_subdirectory(xdebug)
 
diff --git a/plugins/regex_remap/CMakeLists.txt 
b/plugins/regex_remap/CMakeLists.txt
new file mode 100644
index 0000000000..75a5891ab0
--- /dev/null
+++ b/plugins/regex_remap/CMakeLists.txt
@@ -0,0 +1,18 @@
+#######################
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license
+#  agreements.  See the NOTICE file distributed with this work for additional 
information regarding
+#  copyright ownership.  The ASF licenses this file to you under the Apache 
License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with the 
License.  You may obtain
+#  a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software 
distributed under the License
+#  is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
KIND, either express
+#  or implied. See the License for the specific language governing permissions 
and limitations under
+#  the License.
+#
+#######################
+
+add_atsplugin(regex_remap regex_remap.cc)

Reply via email to