Warning, /libraries/kunifiedpush/src/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2022 Volker Krause <vkrause@kde.org>
0002 # SPDX-License-Identifier: BSD-2-Clause
0003 
0004 add_subdirectory(client)
0005 if (NOT ANDROID AND NOT KUNIFIEDPUSH_CLIENT_ONLY)
0006     add_subdirectory(distributor)
0007     add_subdirectory(kcm)
0008 endif()