qml_module(caelestia-config
    URI Caelestia.Config
    SOURCES
        config.cpp
        configattached.cpp
        configobject.cpp
        rootconfig.cpp
        appearanceconfig.cpp
        tokens.cpp
        tokensattached.cpp
        anim.cpp
        monitorconfigmanager.cpp
        backgroundconfig.hpp
        barconfig.hpp
        borderconfig.hpp
        controlcenterconfig.hpp
        dashboardconfig.hpp
        generalconfig.hpp
        launcherconfig.hpp
        lockconfig.hpp
        notifsconfig.hpp
        osdconfig.hpp
        serviceconfig.hpp
        sessionconfig.hpp
        sidebarconfig.hpp
        userpaths.hpp
        utilitiesconfig.hpp
        winfoconfig.hpp
    LIBRARIES
        Qt::Quick
        Qt::QuickControls2
)
