Warning, /pim/kdepim-addons/plugins/messageviewer/bodypartformatter/autotests/gnupg_home/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2015-2024 Laurent Montel <montel@kde.org>
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 configure_file( gpg-agent.conf.in
0004   "${CMAKE_CURRENT_BINARY_DIR}/gpg-agent.conf" @ONLY )
0005 
0006 configure_file( gpgsm.conf.in
0007   "${CMAKE_CURRENT_BINARY_DIR}/gpgsm.conf" @ONLY )
0008 
0009 file( COPY
0010   ${CMAKE_CURRENT_SOURCE_DIR}
0011   DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/../"
0012 )