mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
add profiler from adah1972
This commit is contained in:
parent
c04e726c23
commit
55e75d4ed6
@ -15,7 +15,9 @@ include_directories(
|
|||||||
${LIBIPC_PROJECT_DIR}/3rdparty
|
${LIBIPC_PROJECT_DIR}/3rdparty
|
||||||
${LIBIPC_PROJECT_DIR}/3rdparty/gtest/include)
|
${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)
|
file(GLOB HEAD_FILES ${LIBIPC_PROJECT_DIR}/test/*.h)
|
||||||
|
|
||||||
add_executable(${PROJECT_NAME} ${SRC_FILES} ${HEAD_FILES})
|
add_executable(${PROJECT_NAME} ${SRC_FILES} ${HEAD_FILES})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user