Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
c23556a7
Commit
c23556a7
authored
Mar 07, 2013
by
Julien Malik
Browse files
ENH: install xpm icon in share/pixmaps for non-xdg desktop like XFCE
parent
21022e76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Data/CMakeLists.txt
View file @
c23556a7
...
...
@@ -17,8 +17,14 @@ endforeach()
# Fallback on "/usr/share/pixmaps"
# See http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#directory_layout
install
(
FILES Icons/monteverdi2.png
install
(
FILES Icons/monteverdi2
-32x32
.png
DESTINATION share/pixmaps
RENAME monteverdi2.png
COMPONENT Resources
)
install
(
FILES Icons/monteverdi2-32x32.xpm
DESTINATION share/pixmaps
RENAME monteverdi2.xpm
COMPONENT Resources
)
# -------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment