Warning, /graphics/digikam/core/data/pics/showfoto/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # 0002 # SPDX-FileCopyrightText: 2010-2024 by Gilles Caulier, <caulier dot gilles at gmail dot com> 0003 # 0004 # SPDX-License-Identifier: BSD-3-Clause 0005 # 0006 0007 file(GLOB _files *.png) 0008 0009 install(FILES ${_files} 0010 DESTINATION ${KDE_INSTALL_FULL_DATADIR}/showfoto/data 0011 )