From 4b857d887b990e51f6399408055574756786bddf Mon Sep 17 00:00:00 2001 From: BrianMichell Date: Fri, 2 Aug 2024 16:05:01 +0000 Subject: [PATCH] Update internal deps list --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 958b032..0acebae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,6 +101,8 @@ set(mdio_INTERNAL_DEPS tensorstore::index_space_dim_expression tensorstore::index_space_index_transform tensorstore::util_status_testutil + tensorstore::kvstore_gcs + tensorstore::driver_array PARENT_SCOPE )