Skip to content
Snippets Groups Projects
CMakeLists.txt 473 B
Newer Older
#------------------------------------------------------------------------------#
# Distributed under the OSI-approved Apache License, Version 2.0.  See
# accompanying file Copyright.txt for details.
#------------------------------------------------------------------------------#

  add_executable(heatTransfer_read 
     heatRead.cpp 
     PrintDataStep.h 
     ReadSettings.cpp
  )
  target_link_libraries(heatTransfer_read adios2 MPI::MPI_C)