refactor(sync): modify CMakeLists.txt in test
This commit is contained in:
parent
03ca300520
commit
a623ec31df
|
@ -287,10 +287,6 @@ target_sources(syncLeaderTransferTest
|
|||
PRIVATE
|
||||
"syncLeaderTransferTest.cpp"
|
||||
)
|
||||
target_sources(syncReconfigFinishTest
|
||||
PRIVATE
|
||||
"syncReconfigFinishTest.cpp"
|
||||
)
|
||||
target_sources(syncRestoreFromSnapshot
|
||||
PRIVATE
|
||||
"syncRestoreFromSnapshot.cpp"
|
||||
|
@ -601,11 +597,6 @@ target_include_directories(syncLeaderTransferTest
|
|||
"${TD_SOURCE_DIR}/include/libs/sync"
|
||||
"${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
|
||||
PUBLIC
|
||||
"${TD_SOURCE_DIR}/include/libs/sync"
|
||||
|
|
Loading…
Reference in New Issue