Warning, /pim/kdepim-addons/kaddressbook/editorpages/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # SPDX-FileCopyrightText: none 0002 # SPDX-License-Identifier: BSD-3-Clause 0003 0004 add_definitions(-DTRANSLATION_DOMAIN=\"cryptopageplugin\") 0005 0006 ########### next target ############### 0007 add_library(cryptopageplugin MODULE) 0008 target_sources(cryptopageplugin PRIVATE cryptopageplugin.cpp cryptopageplugin.h) 0009 0010 target_link_libraries(cryptopageplugin KF6::Contacts KPim6::AkonadiContactWidgets KPim6::Libkleo KF6::IconThemes KF6::I18n KF6::Completion Gpgmepp) 0011 0012 install(TARGETS cryptopageplugin DESTINATION ${KDE_INSTALL_PLUGINDIR}/pim6/contacteditor/editorpageplugins/)