File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
unittest/gunit/components/percona_telemetry Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ ENDIF()
2121
2222INCLUDE_DIRECTORIES (SYSTEM
2323 ${GMOCK_INCLUDE_DIRS}
24+ ${BOOST_PATCHES_DIR}
25+ ${BOOST_INCLUDE_DIR}
2426)
2527
2628SET (PERCONA_TELEMETRY_COMPONENT_SRC
@@ -37,7 +39,7 @@ SET(TESTS
3739 )
3840
3941FOREACH (test ${TESTS} )
40- MYSQL_ADD_EXECUTABLE(${test} -t ${PERCONA_TELEMETRY_COMPONENT_SRC} ${LOCAL_MOCK_SRC} ${test} -t.cc ADD_TEST ${test} LINK_LIBRARIES ${PERCONA_TELEMETRY_COMPONENT_LIBS} DEPENDENCIES component_percona_telemetry )
42+ MYSQL_ADD_EXECUTABLE(${test} -t ${PERCONA_TELEMETRY_COMPONENT_SRC} ${LOCAL_MOCK_SRC} ${test} -t.cc ADD_TEST ${test} LINK_LIBRARIES ${PERCONA_TELEMETRY_COMPONENT_LIBS} )
4143 TARGET_LINK_LIBRARIES (${test} -t mysys gunit_small)
4244ENDFOREACH ()
4345
You can’t perform that action at this time.
0 commit comments