Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: create a few code snippets as examples for using Spanner Graph using cpp #14660

Merged
merged 12 commits into from
Sep 12, 2024
Merged
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
Loading