Warning, /graphics/kphotoalbum/images/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2007 Jesper K. Pedersen <blackie@kde.org>
0002 # SPDX-FileCopyrightText: 2007 Laurent Montel <montel@kde.org>
0003 # SPDX-FileCopyrightText: 2016, 2020 Johannes Zarl-Zierl <johannes@zarl-zierl.at>
0004 # SPDX-FileCopyrightText: 2020 Tobias Leupold <tl at stonemx dot de>
0005 #
0006 # SPDX-License-Identifier: BSD-3-Clause
0007 
0008 install(
0009     FILES
0010     search.jpg
0011     splash.png
0012     splash-large.png
0013     pin.png
0014     DESTINATION "${KDE_INSTALL_DATADIR}/kphotoalbum/pics"
0015     )
0016 
0017 # vi:expandtab:tabstop=4 shiftwidth=4: