From f624b670d90b68a9e8cdb1270cf672d3e32085f7 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Tue, 7 Jan 2020 14:54:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85tsg=5Fstatistic.h=E5=A4=B4?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 547ccb2..7e4a220 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,5 +44,6 @@ install(FILES bin/tsg_log_field.conf DESTINATION ${CMAKE_INSTALL_PREFIX}/tsgconf install(FILES bin/tsg_maat.json DESTINATION ${CMAKE_INSTALL_PREFIX}/tsgconf) install(FILES inc/tsg_send_log.h DESTINATION /opt/MESA/include/tsg) install(FILES inc/tsg_rule.h DESTINATION /opt/MESA/include/tsg) +install(FILES inc/tsg_statistic.h DESTINATION /opt/MESA/include/tsg) include(Package)