forked from quickshell/quickshell
11 lines
184 B
CMake
11 lines
184 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()
|