From 55e75d4ed6da31b5c34fb03b4dcbf6e5f85e61a3 Mon Sep 17 00:00:00 2001 From: mutouyun Date: Fri, 1 Jan 2021 11:13:30 +0800 Subject: [PATCH] add profiler from adah1972 --- test/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 4b695eb..07b0a34 100755 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -15,7 +15,9 @@ include_directories( ${LIBIPC_PROJECT_DIR}/3rdparty ${LIBIPC_PROJECT_DIR}/3rdparty/gtest/include) -file(GLOB SRC_FILES ${LIBIPC_PROJECT_DIR}/test/*.cpp) +file(GLOB SRC_FILES + ${LIBIPC_PROJECT_DIR}/test/*.cpp + ${LIBIPC_PROJECT_DIR}/test/profiler/*.cpp) file(GLOB HEAD_FILES ${LIBIPC_PROJECT_DIR}/test/*.h) add_executable(${PROJECT_NAME} ${SRC_FILES} ${HEAD_FILES})