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

bnolsen 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 4d176c050b logcat/CMakeLists: add inkevent as library dependency 
(#10733)
4d176c050b is described below

commit 4d176c050bf16b7ff2b4c532c4d153d3dc0bdf82
Author: Brian Olsen <[email protected]>
AuthorDate: Mon Nov 6 08:59:23 2023 -0700

    logcat/CMakeLists: add inkevent as library dependency (#10733)
---
 src/traffic_logcat/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/traffic_logcat/CMakeLists.txt 
b/src/traffic_logcat/CMakeLists.txt
index 811685f5d8..db737dd85a 100644
--- a/src/traffic_logcat/CMakeLists.txt
+++ b/src/traffic_logcat/CMakeLists.txt
@@ -27,6 +27,7 @@ target_link_libraries(
           ts::http
           ts::tsapicore
           ts::diagsconfig
+          ts::inkevent
           ts::configmanager
           libswoc
 )

Reply via email to