# SPDX-License-Identifier: GPL-3.0-only
# MuseScore-Studio-CLA-applies
#
# MuseScore Studio
# Music Composition & Notation
#
# Copyright (C) 2021 MuseScore Limited
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 3 as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <https://www.gnu.org/licenses/>.

if (MUE_BUILD_IMPEXP_BB_MODULE)
    add_subdirectory(bb)
endif()
if (MUE_BUILD_IMPEXP_BWW_MODULE)
    add_subdirectory(bww)
endif()
if (MUE_BUILD_IMPEXP_CAPELLA_MODULE)
    add_subdirectory(capella)
endif()
if (MUE_BUILD_IMPEXP_MIDI_MODULE)
    add_subdirectory(midi)
endif()
if (MUE_BUILD_IMPEXP_MUSEDATA_MODULE)
    add_subdirectory(musedata)
endif()
if (MUE_BUILD_IMPEXP_MUSICXML_MODULE)
    add_subdirectory(musicxml)
endif()
if (MUE_BUILD_IMPEXP_OVE_MODULE)
    add_subdirectory(ove)
endif()
if (MUE_BUILD_IMPEXP_AUDIOEXPORT_MODULE)
    add_subdirectory(audioexport)
endif()
if (MUE_BUILD_IMPEXP_IMAGESEXPORT_MODULE)
    add_subdirectory(imagesexport)
endif()
if (MUE_BUILD_IMPEXP_GUITARPRO_MODULE)
    add_subdirectory(guitarpro)
endif()
if (MUE_BUILD_IMPEXP_MEI_MODULE)
    add_subdirectory(mei)
endif()
if (MUE_BUILD_IMPEXP_VIDEOEXPORT_MODULE)
    add_subdirectory(videoexport)
endif()
if (MUE_BUILD_IMPEXP_TABLEDIT_MODULE)
    add_subdirectory(tabledit)
endif()
