This is an automated email from the ASF dual-hosted git repository. shinrich pushed a commit to branch avx-ats10 in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit a31995236e822f9789f978ad996df6d133e7dbc9 Author: Susan Hinrichs <[email protected]> AuthorDate: Thu Mar 28 21:18:51 2024 +0000 Add another file --- aviatrix/plugins/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aviatrix/plugins/CMakeLists.txt b/aviatrix/plugins/CMakeLists.txt new file mode 100644 index 0000000000..cf0996dd6e --- /dev/null +++ b/aviatrix/plugins/CMakeLists.txt @@ -0,0 +1,3 @@ +add_subdirectory(avx_tee_decrypt) +add_subdirectory(avx_certifier) +add_subdirectory(avx_policy_driver)
