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     INSTALL_NAMESPACE "kf5/kfileitemaction")
0007 
0008 target_link_libraries(encryptfileitemaction
0009     KF5::KIOWidgets
0010     KF5::I18n)
0011 
0012 kcoreaddons_add_plugin(decryptfileitemaction
0013     SOURCES decryptfileitemaction.cpp
0014     INSTALL_NAMESPACE "kf5/kfileitemaction")
0015 
0016 target_link_libraries(decryptfileitemaction
0017     KF5::KIOWidgets
0018     KF5::I18n)