1
0
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:
Mathieu Schroeter 2017-08-03 14:28:29 +02:00
parent 0426525081
commit 4b2b47a183

View File

@ -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