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

guj's avatar
guj committed
  add_executable(hello_hdf5Writer helloHDF5Writer.cpp)
  target_link_libraries(hello_hdf5Writer MPI::MPI_C)
else()
  add_executable(hello_hdf5Writer helloHDF5Writer_nompi.cpp)
guj's avatar
guj committed
endif()
target_link_libraries(hello_hdf5Writer adios2)