about summary refs log tree commit diff
path: root/cmake/config.cmake.in
diff options
context:
space:
mode:
authorCarlos O'Ryan <coryan@users.noreply.github.com>2020-02-25T19·35-0500
committerGitHub <noreply@github.com>2020-02-25T19·35-0500
commitc873fd3aa14fb0d8696588117b5f79693381ba3c (patch)
tree595c8e032f0ae973deee9e350cb670612f0a4d8d /cmake/config.cmake.in
parentc1713cb00d5969dcb1a8b0775817d6b3d32886c3 (diff)
feat: add storage protos (#39)
Diffstat (limited to 'cmake/config.cmake.in')
-rw-r--r--cmake/config.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/config.cmake.in b/cmake/config.cmake.in
index e7b77c33ce..02169ef85c 100644
--- a/cmake/config.cmake.in
+++ b/cmake/config.cmake.in
@@ -38,6 +38,7 @@ foreach (_target
          rpc_error_details
          rpc_status
          spanner
+         storage
          type_expr)
     set(scoped_name "googleapis-c++::${_target}_protos")
     set(imported_name "googleapis_cpp_${_target}_protos")