Skip to content

Commit 401fb67

Browse files
stanislav-shchetininGazizonoki
authored andcommitted
Moved commit "Basic example for Query Service" from ydb repo
1 parent 9f52024 commit 401fb67

File tree

5 files changed

+362
-454
lines changed

5 files changed

+362
-454
lines changed

examples/basic_example/CMakeLists.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ add_executable(basic_example)
33
target_link_libraries(basic_example PUBLIC
44
yutil
55
getopt
6-
YDB-CPP-SDK::Table
6+
YDB-CPP-SDK::Query
7+
YDB-CPP-SDK::Params
8+
YDB-CPP-SDK::Driver
79
)
810

911
target_sources(basic_example PRIVATE
10-
${YDB_SDK_SOURCE_DIR}/examples/basic_example/main.cpp
11-
${YDB_SDK_SOURCE_DIR}/examples/basic_example/basic_example_data.cpp
12-
${YDB_SDK_SOURCE_DIR}/examples/basic_example/basic_example.cpp
12+
main.cpp
13+
basic_example_data.cpp
14+
basic_example.cpp
1315
)
1416

1517
vcs_info(basic_example)

0 commit comments

Comments
 (0)