add profiler from adah1972

This commit is contained in:
mutouyun 2021-01-01 11:13:30 +08:00
parent c04e726c23
commit 55e75d4ed6

View File

@ -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})