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

add_executable(localArray_write localArray_write.cpp)
target_link_libraries(localArray_write adios2)
  target_link_libraries(localArray_write MPI::MPI_C)