提交 a623ec31 编写于 作者: M Minghao Li

refactor(sync): modify CMakeLists.txt in test

上级 03ca3005
...@@ -287,10 +287,6 @@ target_sources(syncLeaderTransferTest ...@@ -287,10 +287,6 @@ target_sources(syncLeaderTransferTest
PRIVATE PRIVATE
"syncLeaderTransferTest.cpp" "syncLeaderTransferTest.cpp"
) )
target_sources(syncReconfigFinishTest
PRIVATE
"syncReconfigFinishTest.cpp"
)
target_sources(syncRestoreFromSnapshot target_sources(syncRestoreFromSnapshot
PRIVATE PRIVATE
"syncRestoreFromSnapshot.cpp" "syncRestoreFromSnapshot.cpp"
...@@ -601,11 +597,6 @@ target_include_directories(syncLeaderTransferTest ...@@ -601,11 +597,6 @@ target_include_directories(syncLeaderTransferTest
"${TD_SOURCE_DIR}/include/libs/sync" "${TD_SOURCE_DIR}/include/libs/sync"
"${CMAKE_CURRENT_SOURCE_DIR}/../inc" "${CMAKE_CURRENT_SOURCE_DIR}/../inc"
) )
target_include_directories(syncReconfigFinishTest
PUBLIC
"${TD_SOURCE_DIR}/include/libs/sync"
"${CMAKE_CURRENT_SOURCE_DIR}/../inc"
)
target_include_directories(syncRestoreFromSnapshot target_include_directories(syncRestoreFromSnapshot
PUBLIC PUBLIC
"${TD_SOURCE_DIR}/include/libs/sync" "${TD_SOURCE_DIR}/include/libs/sync"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册