set(SOURCES
  AdiosReplay.cxx
  SimulationHelper.cxx
  SimulationHelper.h
  SimulationSynchronizer.cxx
  SimulationSynchronizer.h
)

add_executable(AdiosReplay ${SOURCES})

target_link_libraries(AdiosReplay
  PRIVATE
    catalyst::catalyst
    adios2::adios2
    MPI::MPI_CXX)

install(
  TARGETS
    AdiosReplay
  DESTINATION
    "${CMAKE_INSTALL_BINDIR}"
)
