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

0001 # SPDX-FileCopyrightText: 2015 Martin Klapetek <mklapetek@kde.org>
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 
0004 kcoreaddons_add_plugin(KPeopleVCard SOURCES kpeoplevcard.cpp INSTALL_NAMESPACE "kpeople/datasource")
0005 target_link_libraries(KPeopleVCard KF${QT_MAJOR_VERSION}::PeopleBackend KF${QT_MAJOR_VERSION}::CoreAddons KF${QT_MAJOR_VERSION}::Contacts KF${QT_MAJOR_VERSION}::I18n)