mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Copy hicolor only with unix/linux
This commit is contained in:
parent
0426525081
commit
4b2b47a183
@ -57,7 +57,10 @@ file (COPY resources/image DESTINATION share/planetblupi)
|
||||
file (COPY resources/movie DESTINATION share/planetblupi)
|
||||
file (COPY resources/sound DESTINATION share/planetblupi)
|
||||
file (COPY resources/music DESTINATION share/planetblupi)
|
||||
file (COPY resources/icon/hicolor DESTINATION share/icons)
|
||||
|
||||
if (UNIX AND NOT APPLE)
|
||||
file (COPY resources/icon/hicolor DESTINATION share/icons)
|
||||
endif ()
|
||||
|
||||
# Windows stuff
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user