Skip to content

Commit

Permalink
add EventWriteV4 files
Browse files Browse the repository at this point in the history
  • Loading branch information
carltimmer committed Jul 1, 2024
1 parent 826bf42 commit 7da8bd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ set(C_LIB_FILES
)

set(CPP_HEADER_FILES
src/libsrc++/FileWritingSupport.h
src/libsrc++/FileEventIndex.h
src/libsrc++/EvioException.h
src/libsrc++/ByteOrder.h
Expand All @@ -97,6 +98,7 @@ set(CPP_HEADER_FILES
src/libsrc++/RecordRingItem.h
src/libsrc++/Util.h
src/libsrc++/EventWriter.h
src/libsrc++/EventWriterV4.h
src/libsrc++/RecordCompressor.h
src/libsrc++/BaseStructure.h
src/libsrc++/BaseStructureHeader.h
Expand Down Expand Up @@ -155,6 +157,7 @@ set(CPP_LIB_FILES
src/libsrc++/RecordSupply.cpp
src/libsrc++/RecordRingItem.cpp
src/libsrc++/EventWriter.cpp
src/libsrc++/EventWriterV4.cpp
src/libsrc++/BaseStructure.cpp
src/libsrc++/BaseStructureHeader.cpp
src/libsrc++/CompositeData.cpp
Expand Down

0 comments on commit 7da8bd8

Please sign in to comment.