Skip to content

Commit 55e75d4

Browse files
committed
add profiler from adah1972
1 parent c04e726 commit 55e75d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ include_directories(
1515
${LIBIPC_PROJECT_DIR}/3rdparty
1616
${LIBIPC_PROJECT_DIR}/3rdparty/gtest/include)
1717

18-
file(GLOB SRC_FILES ${LIBIPC_PROJECT_DIR}/test/*.cpp)
18+
file(GLOB SRC_FILES
19+
${LIBIPC_PROJECT_DIR}/test/*.cpp
20+
${LIBIPC_PROJECT_DIR}/test/profiler/*.cpp)
1921
file(GLOB HEAD_FILES ${LIBIPC_PROJECT_DIR}/test/*.h)
2022

2123
add_executable(${PROJECT_NAME} ${SRC_FILES} ${HEAD_FILES})

0 commit comments

Comments
 (0)