forked from quickshell/quickshell
15 lines
233 B
CMake
15 lines
233 B
CMake
if (SERVICE_STATUS_NOTIFIER)
|
|
add_subdirectory(status_notifier)
|
|
endif()
|
|
|
|
if (SERVICE_PIPEWIRE)
|
|
add_subdirectory(pipewire)
|
|
endif()
|
|
|
|
if (SERVICE_MPRIS)
|
|
add_subdirectory(mpris)
|
|
endif()
|
|
|
|
if (SERVICE_PAM)
|
|
add_subdirectory(pam)
|
|
endif()
|