From c873fd3aa14fb0d8696588117b5f79693381ba3c Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Tue, 25 Feb 2020 14:35:22 -0500 Subject: feat: add storage protos (#39) --- cmake/config.cmake.in | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake') 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") -- cgit 1.4.1