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

0001 #=============================================================================
0002 # SPDX-FileCopyrightText: 2016 Aleix Pol Gonzalez <aleixpol@kde.org>
0003 #
0004 # SPDX-License-Identifier: BSD-2-Clause
0005 #=============================================================================
0006 include(ECMInstallIcons)
0007 
0008 ecm_install_icons(ICONS
0009     256-apps-gcompris-qt.png
0010     sc-apps-gcompris-qt.svg
0011     DESTINATION ${KDE_INSTALL_ICONDIR}
0012     THEME hicolor
0013 )