summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-04-27 15:18:59 +0800
committeryangwei <[email protected]>2024-04-27 19:10:40 +0800
commit446044e5d97f84d6f0d3c78b6322ba4d1f626767 (patch)
tree24071428b09cfe5ecde4d9ca20318eb322b19f28 /CMakeLists.txt
parentedecb5505f60497597c7a827de7e8c0c65ad4f4c (diff)
✨ feat(output detain metric): output stat in local file
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8bb0cd6..59ec5e6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,7 +61,7 @@ file(GLOB SRC
"src/*.cpp"
)
-set(DEPEND_DYN_LIB MESA_handle_logger MESA_field_stat2 MESA_prof_load)
+set(DEPEND_DYN_LIB MESA_handle_logger fieldstat3 MESA_prof_load)
SET_SOURCE_FILES_PROPERTIES(${SRC} PROPERTIES LANGUAGE CXX )