Skip to content

Commit

Permalink
docs(spanner): create a few code snippets as examples for using Spann…
Browse files Browse the repository at this point in the history
…er Graph using cpp (#14660)
  • Loading branch information
bharadwajvr committed Sep 12, 2024
1 parent c530351 commit 9b51e16
Show file tree
Hide file tree
Showing 3 changed files with 610 additions and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/spanner/samples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
function (spanner_client_define_samples)
set(spanner_client_integration_samples
# cmake-format: sort
client_samples.cc postgresql_samples.cc samples.cc)
client_samples.cc graph_samples.cc postgresql_samples.cc samples.cc)
set(spanner_client_unit_samples # cmake-format: sort
mock_execute_query.cc)

Expand Down
Loading

0 comments on commit 9b51e16

Please sign in to comment.