# ------------------- Source files --------------------

add_library(PugsSchemeReconstructionUtils
  BoundaryIntegralReconstructionMatrixBuilder.cpp
  ElementIntegralReconstructionMatrixBuilder.cpp
)

add_dependencies(
  PugsUtils
  PugsMesh
)

target_link_libraries(
  PugsSchemeReconstructionUtils
  ${HIGHFIVE_TARGET}
)
