# Distributed under the MIT License.
# See LICENSE.txt for details.

set(LIBRARY "Test_LinearSolver")

set(LIBRARY_SOURCES
  Test_ExplicitInverse.cpp
  Test_Gmres.cpp
  Test_InnerProduct.cpp
  Test_Lapack.cpp
  )

add_test_library(
  ${LIBRARY}
  "NumericalAlgorithms/LinearSolver/"
  "${LIBRARY_SOURCES}"
  "DataStructures;DomainStructure;LinearSolver;ParallelSchwarz;Utilities"
  )
