Warning, /utilities/symmy/plugins/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-License-Identifier: BSD-3-Clause
0002 # SPDX-FileCopyrightText: 2017 Elvis Angelaccio <elvis.angelaccio@kde.org>
0003 
0004 kcoreaddons_add_plugin(encryptfileitemaction
0005     SOURCES encryptfileitemaction.cpp
0006     JSON encryptfileitemaction.json
0007     INSTALL_NAMESPACE "kf5/kfileitemaction")
0008 
0009 target_link_libraries(encryptfileitemaction
0010     KF5::KIOWidgets
0011     KF5::I18n)
0012 
0013 kcoreaddons_add_plugin(decryptfileitemaction
0014     SOURCES decryptfileitemaction.cpp
0015     JSON decryptfileitemaction.json
0016     INSTALL_NAMESPACE "kf5/kfileitemaction")
0017 
0018 target_link_libraries(decryptfileitemaction
0019     KF5::KIOWidgets
0020     KF5::I18n)