
add_library(ltmatrix OBJECT
    LTMatrix.cc
)

target_include_directories(ltmatrix PRIVATE
    ${CMAKE_SOURCE_DIR}/src/Math/math

    ${CMAKE_SOURCE_DIR}/src/Base/complex
    ${CMAKE_SOURCE_DIR}/src/Base/misc
)

install(FILES
    LTMatrix.hh
    DESTINATION include/gds-sigp
)
