Skip to content

Commit

Permalink
Merge pull request #1 from lbl-cbg/electrode-table
Browse files Browse the repository at this point in the history
Save electrode related information
  • Loading branch information
stephprince authored Apr 1, 2024
2 parents dfaea2a + 61eb390 commit 0756797
Show file tree
Hide file tree
Showing 27 changed files with 1,988 additions and 610 deletions.
13 changes: 11 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,18 @@ include(cmake/variables.cmake)

add_library(
aq-nwb_lib OBJECT
src/HDF5IO.cpp
src/BaseIO.cpp
src/NWBFile.cpp
src/Utils.hpp
src/io/HDF5IO.cpp
src/io/BaseIO.cpp
src/hdmf/base/Data.hpp
src/hdmf/base/Container.cpp
src/hdmf/table/DynamicTable.cpp
src/hdmf/table/ElementIdentifiers.hpp
src/hdmf/table/VectorData.hpp
src/device/Device.cpp
src/file/ElectrodeGroup.cpp
src/file/ElectrodeTable.cpp
)

target_include_directories(
Expand Down
167 changes: 0 additions & 167 deletions src/BaseIO.hpp

This file was deleted.

155 changes: 0 additions & 155 deletions src/HDF5IO.hpp

This file was deleted.

Loading

0 comments on commit 0756797

Please sign in to comment.