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 45d739b95f Add traffic_layout to installation targets (#9902)
45d739b95f is described below
commit 45d739b95ffa19ca7984396704089344b5d39bb7
Author: JosiahWI <[email protected]>
AuthorDate: Thu Jun 22 12:09:40 2023 -0500
Add traffic_layout to installation targets (#9902)
---
src/traffic_layout/CMakeLists.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/traffic_layout/CMakeLists.txt
b/src/traffic_layout/CMakeLists.txt
index c2380f2202..63437f1bd6 100644
--- a/src/traffic_layout/CMakeLists.txt
+++ b/src/traffic_layout/CMakeLists.txt
@@ -46,3 +46,5 @@ endif()
if(HAVE_BROTLI_ENCODE_H)
target_link_libraries(traffic_layout PRIVATE brotli::brotlienc)
endif()
+
+install(TARGETS traffic_layout)