summaryrefslogtreecommitdiffstats
path: root/share/pixmaps/CMakeLists.txt
blob: 5e53719ac47116ff0ef0bb9e910ce83da38db0d0 (plain)
1
2
3
4
5
# SPDX-License-Identifier: GPL-2.0-or-later
file(GLOB _FILES "*.svg" "*.jpg" "*.png" "README")
install(FILES ${_FILES} DESTINATION ${INKSCAPE_SHARE_INSTALL}/pixmaps)

install(FILES ../branding/inkscape.svg DESTINATION ${INKSCAPE_SHARE_INSTALL}/pixmaps)