# SPDX-FileCopyrightText: 2017-2018 Christian Sailer
# SPDX-FileCopyrightText: 2017-2024 Petros Koutsolampros
#
# SPDX-License-Identifier: GPL-3.0-or-later

target_sources(salalib
    PRIVATE
       ivga.hpp
       ivgatraversing.hpp
       ivgaangular.hpp
       ivgametric.hpp
       ivgavisual.hpp
       vgaisovist.cpp
       vgaangular.cpp
       vgametric.cpp
       vgathroughvision.cpp
       vgavisuallocal.cpp
       vgavisualglobal.cpp
       vgaangulardepth.cpp
       vgametricdepth.cpp
       vgavisualglobaldepth.cpp
       vgaangularopenmp.cpp
       vgametricopenmp.cpp
       vgavisualglobalopenmp.cpp
       vgavisuallocaladjmatrix.cpp
       vgavisuallocalopenmp.cpp
       vgavisualshortestpath.cpp
       vgametricshortestpathtomany.cpp
       vgametricshortestpath.cpp
       vgametricdepthlinkcost.cpp
       vgaisovistzone.cpp
       vgaangularshortestpath.cpp
       extractlinkdata.cpp
    PUBLIC
       vgaangular.hpp
       vgametric.hpp
       vgavisualglobal.hpp
       vgaangulardepth.hpp
       vgametricdepth.hpp
       vgavisualglobaldepth.hpp
       vgaisovist.hpp
       vgathroughvision.hpp
       vgavisuallocal.hpp
       vgaangularopenmp.hpp
       vgametricopenmp.hpp
       vgavisualglobalopenmp.hpp
       vgavisuallocaladjmatrix.hpp
       vgavisuallocalopenmp.hpp
       vgavisualshortestpath.hpp
       vgametricshortestpathtomany.hpp
       vgametricshortestpath.hpp
       vgametricdepthlinkcost.hpp
       vgaisovistzone.hpp
       vgaangularshortestpath.hpp
       extractlinkdata.hpp
)
