更新 'icons/CMakeLists.txt'

next
zhongjin 2 years ago
parent 6ec6daa2ec
commit 1c1a11ad24

@ -6,5 +6,5 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
install(FILES 48x48/apps/flightgear.png DESTINATION share/icons/hicolor/48x48/apps) install(FILES 48x48/apps/flightgear.png DESTINATION share/icons/hicolor/48x48/apps)
install(FILES 64x64/apps/flightgear.png DESTINATION share/icons/hicolor/64x64/apps) install(FILES 64x64/apps/flightgear.png DESTINATION share/icons/hicolor/64x64/apps)
install(FILES 128x128/apps/flightgear.png DESTINATION share/icons/hicolor/128x128/apps) install(FILES 128x128/apps/flightgear.png DESTINATION share/icons/hicolor/128x128/apps)
install(FILES scalable/apps/flightgear.svg DESTINATION share/icons/hicolor/scalable/apps) install(FILES scalable/apps/flightgear.png DESTINATION share/icons/hicolor/scalable/apps)
endif(${CMAKE_SYSTEM_NAME} MATCHES "Linux") endif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")

Loading…
Cancel
Save