Skip to content

Commit 916e4ce

Browse files
committed
Fixed CMakeLists for import 14
1 parent e546592 commit 916e4ce

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

tests/integration/topic/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ add_ydb_test(NAME topic_it GTEST
66
basic_usage.cpp
77
describe_topic.cpp
88
local_partition.cpp
9+
topic_to_table.cpp
910
trace.cpp
1011
LINK_LIBRARIES
1112
topic_it_utils
@@ -24,6 +25,7 @@ add_ydb_test(NAME topic_direct_read_it GTEST
2425
describe_topic.cpp
2526
local_partition.cpp
2627
direct_read.cpp
28+
topic_to_table.cpp
2729
LINK_LIBRARIES
2830
topic_it_utils
2931
topic_it_setup

tests/integration/topic/setup/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ target_sources(topic_it_setup
77

88
target_link_libraries(topic_it_setup
99
PUBLIC
10+
topic_it_utils
1011
YDB-CPP-SDK::Discovery
1112
YDB-CPP-SDK::Topic
1213
GTest::gtest

tests/integration/topic/utils/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ _ydb_sdk_add_library(topic_it_utils)
22

33
target_sources(topic_it_utils
44
PRIVATE
5+
describe.cpp
6+
local_partition.cpp
7+
managed_executor.cpp
8+
setup.cpp
59
trace.cpp
610
)
711

0 commit comments

Comments
 (0)