Newer
Older
Podhorszki, Norbert
committed
#------------------------------------------------------------------------------#
# Distributed under the OSI-approved Apache License, Version 2.0. See
# accompanying file Copyright.txt for details.
#------------------------------------------------------------------------------#
if(ADIOS2_HAVE_MPI)
Podhorszki, Norbert
committed
add_executable(heatTransfer_read
heatRead.cpp
PrintDataStep.h
ReadSettings.cpp
)
target_link_libraries(heatTransfer_read adios2 MPI::MPI_C)