Skip to content

Commit

Permalink
Split cloud specific drives into their own variables
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMichell committed Aug 5, 2024
1 parent f7a02b3 commit 0671b4d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,20 @@ 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
)

# Define internal deps for cloud specific drivers
set(mdio_INTERNAL_GCS_DRIVER_DEPS
tensorstore::kvstore_gcs
PARENT_SCOPE
)

set(mdio_INTERNAL_S3_DRIVER_DEPS
tensorstore::kvstore_s3
PARENT_SCOPE
)

list(APPEND mdio_COMMON_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR})

Expand Down

0 comments on commit 0671b4d

Please sign in to comment.