We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04e726 commit 55e75d4Copy full SHA for 55e75d4
test/CMakeLists.txt
@@ -15,7 +15,9 @@ include_directories(
15
${LIBIPC_PROJECT_DIR}/3rdparty
16
${LIBIPC_PROJECT_DIR}/3rdparty/gtest/include)
17
18
-file(GLOB SRC_FILES ${LIBIPC_PROJECT_DIR}/test/*.cpp)
+file(GLOB SRC_FILES
19
+ ${LIBIPC_PROJECT_DIR}/test/*.cpp
20
+ ${LIBIPC_PROJECT_DIR}/test/profiler/*.cpp)
21
file(GLOB HEAD_FILES ${LIBIPC_PROJECT_DIR}/test/*.h)
22
23
add_executable(${PROJECT_NAME} ${SRC_FILES} ${HEAD_FILES})
0 commit comments