# SPDX-FileCopyrightText: © 2019, 2024 Alexandros Theodotou <alex@zrythm.org>
# SPDX-License-Identifier: LicenseRef-ZrythmLicense

target_sources(zrythm_gui_lib
  PRIVATE
    # Unused
    # clipboard.cpp
    # file_manager.cpp
    theme_manager.h
    theme_manager.cpp
    zrythm.h
    zrythm.cpp
)

# add_subdirectory(actions)
add_subdirectory(settings)
