summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
author杨威 <[email protected]>2023-06-20 22:20:22 +0800
committer杨威 <[email protected]>2023-06-26 22:16:49 +0800
commit8d30a7f74f45e3694f9d865cfba2b01fb109ec10 (patch)
tree43b022b15692816cf7741d12b3c926ca944f699b /CMakeLists.txt
parent6c4fa6c8d563c14297c641dc24c25a8124a62e03 (diff)
✨ feat(sapp metric): 支持输出fs3
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 d778ab7..5784e7e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -152,7 +152,7 @@ endif()
add_definitions(${CAPTURE_DEFINITIONS} ${MEM_POOL_DEFINITIONS} -D__FAVOR_BSD=1
-D__USE_BSD=1 -D_GNU_SOURCE=1 -DMESA_SAPP_PLATFORM=1)
-set(SAPP_DEPEND_DYN_LIB MESA_handle_logger MESA_htable pthread MESA_field_stat2 cjson MESA_jump_layer)
+set(SAPP_DEPEND_DYN_LIB MESA_handle_logger MESA_htable pthread MESA_field_stat2 fieldstat3 cjson MESA_jump_layer)
file(MD5 ${PROJECT_SOURCE_DIR}/include/public/stream_inc/stream_base.h MD5_STREAM_BASE)