share/hedgewars/Data/misc/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 18 Jul 2018 01:35:59 +0200
changeset 13506 36f3f77e9b1b
parent 13302 6313386c851e
child 14844 9e8c201eae9d
permissions -rw-r--r--
Switch from http:// to https:// URLs where possible
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7811
49ab679cb384 hgignore and skip one config file for win32
koda
parents: 4083
diff changeset
     1
49ab679cb384 hgignore and skip one config file for win32
koda
parents: 4083
diff changeset
     2
if(UNIX AND NOT APPLE)
8316
89232b2fa1d6 cmake rework, cleanup a lot of redundant sections, separate library and binary install location, unify osx and win handling of the data directory (tested on win, lin and mac)
koda
parents: 7811
diff changeset
     3
    configure_file(hwengine.desktop.in hwengine.desktop)
89232b2fa1d6 cmake rework, cleanup a lot of redundant sections, separate library and binary install location, unify osx and win handling of the data directory (tested on win, lin and mac)
koda
parents: 7811
diff changeset
     4
13302
6313386c851e simple optimised svg of the low detail hedgehog for use in .desktop files and such
nemo
parents: 12442
diff changeset
     5
    file(GLOB miscfiles *.svg *.xml *.desktop)
8316
89232b2fa1d6 cmake rework, cleanup a lot of redundant sections, separate library and binary install location, unify osx and win handling of the data directory (tested on win, lin and mac)
koda
parents: 7811
diff changeset
     6
8649
e3a9339ce1fd oooooops forgot SHAREPATH is still used somewhere
koda
parents: 8647
diff changeset
     7
    install(FILES ${miscfiles} DESTINATION ${SHAREPATH}/Data/misc)
10459
02e010b64a28 Fixed desktop file By adding an xpm icon
Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
parents: 8649
diff changeset
     8
    install(FILES hedgewars.xpm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps)
12442
7af69ebc0c9c bug #238 install the .desktop file too
Worldblender
parents: 10459
diff changeset
     9
    install(FILES hedgewars.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications)
7811
49ab679cb384 hgignore and skip one config file for win32
koda
parents: 4083
diff changeset
    10
endif()
4083
830d1f4eb517 Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
nemo
parents:
diff changeset
    11