Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into vcpkg-universal-build
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell committed Jul 11, 2024
2 parents be840c8 + 61906b9 commit 594f230
Show file tree
Hide file tree
Showing 21 changed files with 954 additions and 728 deletions.
8 changes: 6 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ endif ()

set(tgt acquire-driver-zarr)
add_library(${tgt} MODULE
common.hh
common.cpp
common/dimension.hh
common/dimension.cpp
common/thread.pool.hh
common/thread.pool.cpp
common/utilities.hh
common/utilities.cpp
writers/sink.hh
writers/sink.creator.hh
writers/sink.creator.cpp
Expand Down
216 changes: 0 additions & 216 deletions src/common.cpp

This file was deleted.

149 changes: 0 additions & 149 deletions src/common.hh

This file was deleted.

Loading

0 comments on commit 594f230

Please sign in to comment.