Install necessary resource files

This commit is contained in:
Simon Fels 2017-05-03 08:25:12 +02:00
commit f838e759d8

View file

@ -104,3 +104,6 @@ if (NOT "${HOST_CMAKE_C_COMPILER}" STREQUAL "")
message(STATUS "Host C compiler: ${HOST_CMAKE_C_COMPILER}")
message(STATUS "Host C compiler: ${HOST_CMAKE_CXX_COMPILER}")
endif()
install(FILES snap/gui/icon.png DESTINATION share/anbox/ui)