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

# MPI versions of the test are not properly implemented at the moment
  find_package(ADIOS1 COMPONENTS sequential REQUIRED)

  add_executable(TestBPWriteRead TestBPWriteRead.cpp)
  target_link_libraries(TestBPWriteRead adios2 gtest adios1::adios)

  gtest_add_tests(TARGET TestBPWriteRead)