vega_add_library(modalMatrix
  SOURCES
    modalMatrix.cpp
  PUBLIC_HEADERS
    modalMatrix.h
)
target_link_libraries(modalMatrix
  PUBLIC
    matrixIO
     ${LAPACK_LIBRARIES}
     ${BLAS_LIBRARY}
)
