add file obj comp to prep for move

we now depend on os
This commit is contained in:
2024-07-20 23:07:34 +02:00
parent 1c77a403be
commit f1dd5107f8
4 changed files with 17 additions and 2 deletions

View File

@ -20,3 +20,12 @@ if (NOT TARGET solanaceae_util)
FetchContent_MakeAvailable(solanaceae_util)
endif()
if (NOT TARGET solanaceae_object_store)
FetchContent_Declare(solanaceae_object_store
GIT_REPOSITORY https://github.com/Green-Sky/solanaceae_object_store.git
GIT_TAG master
EXCLUDE_FROM_ALL
)
FetchContent_MakeAvailable(solanaceae_object_store)
endif()