# Copyright 1998-2019 Lawrence Livermore National Security, LLC and other
# HYPRE Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

set(HDRS
  csr_matmultivec.h
  interpreter.h
  multivector.h
  par_csr_matmultivec.h
  par_csr_pmvcomm.h
  par_multivector.h
  seq_multivector.h
  temp_multivector.h
)

set(SRCS
  multivector.c
  temp_multivector.c
)

target_sources(${PROJECT_NAME}
  PRIVATE ${SRCS}
          ${HDRS}
)

convert_filenames_to_full_paths(HDRS)
set(HYPRE_HEADERS ${HYPRE_HEADERS} ${HDRS} PARENT_SCOPE)
