Skip to content

Commit

Permalink
Make sure all sources are present in targets
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Sep 16, 2022
1 parent 3d69484 commit e2b89fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,18 @@ SET(root_sources
rootUtils.h
ROOTWriter.cc
ROOTReader.cc
ROOTFrameWriter.cc
ROOTFrameReader.cc
)

SET(sio_sources
SIOReader.cc
SIOWriter.cc
SIOBlockUserData.cc
SIOBlock.cc
SIOFrameWriter.cc
SIOFrameReader.cc
SIOFrameData.cc
)

SET(python_sources
Expand Down

0 comments on commit e2b89fb

Please sign in to comment.