diff options
author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2020-02-25T19·35-0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-25T19·35-0500 |
commit | c873fd3aa14fb0d8696588117b5f79693381ba3c (patch) | |
tree | 595c8e032f0ae973deee9e350cb670612f0a4d8d /cmake/config.cmake.in | |
parent | c1713cb00d5969dcb1a8b0775817d6b3d32886c3 (diff) |
feat: add storage protos (#39)
Diffstat (limited to 'cmake/config.cmake.in')
-rw-r--r-- | cmake/config.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/config.cmake.in b/cmake/config.cmake.in index e7b77c33ce1c..02169ef85c14 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") |