Skip to content

Commit

Permalink
Add missing .cpp files to ADIOS1
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Mar 27, 2023
1 parent 8275d7f commit fc7bff6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -543,13 +543,21 @@ set(IO_SOURCE
src/IO/InvalidatableFile.cpp)
set(IO_ADIOS1_SEQUENTIAL_SOURCE
src/auxiliary/Filesystem.cpp
src/auxiliary/JSON.cpp
src/IO/AbstractIOHandlerImpl.cpp
src/ChunkInfo.cpp
src/Error.cpp
src/IO/IOTask.cpp
src/IO/ADIOS/CommonADIOS1IOHandler.cpp
src/IO/ADIOS/ADIOS1IOHandler.cpp
src/IO/IOTask.cpp)
set(IO_ADIOS1_SOURCE
src/auxiliary/Filesystem.cpp
src/auxiliary/JSON.cpp
src/IO/AbstractIOHandlerImpl.cpp
src/ChunkInfo.cpp
src/Error.cpp
src/IO/IOTask.cpp
src/IO/ADIOS/CommonADIOS1IOHandler.cpp
src/IO/ADIOS/ParallelADIOS1IOHandler.cpp
src/IO/IOTask.cpp)
Expand Down

0 comments on commit fc7bff6

Please sign in to comment.