# Copyright 2019 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # DO NOT EDIT -- GENERATED BY CMake -- Change the CMakeLists.txt file if needed """Automatically generated source lists for bigquery_client - DO NOT EDIT.""" bigquery_client_hdrs = [ "client.h", "connection.h", "connection_options.h", "internal/connection_impl.h", "internal/storage_stub.h", "internal/stream_reader.h", "internal/streaming_read_result_source.h", "read_result.h", "read_stream.h", "row.h", "row_set.h", "version.h", "version_info.h", ] bigquery_client_srcs = [ "client.cc", "connection_options.cc", "internal/connection_impl.cc", "internal/storage_stub.cc", "internal/streaming_read_result_source.cc", "read_stream.cc", ]