X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=af39c89e19f8b9f9f5e251426d3b10bb8ba9d01b;hb=refs%2Ftags%2Fpulseview-unreleased;hp=db839d085be0513f1f41138b4672c7cfd81d7f90;hpb=22fc985bc6b8a745232179bb9e6aa5538a679aa7;p=pulseview.git diff --git a/CMakeLists.txt b/CMakeLists.txt index db839d08..af39c89e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -471,6 +471,10 @@ install(FILES contrib/org.sigrok.PulseView.desktop DESTINATION ${CMAKE_INSTALL_D # Install the AppData/AppStream file. install(FILES contrib/org.sigrok.PulseView.appdata.xml DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/metainfo) +# Install the PulseView icons. +install(FILES icons/pulseview.png DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/48x48/apps) +install(FILES icons/pulseview.svg DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/scalable/apps) + # Generate Windows installer script. configure_file(contrib/pulseview_cross.nsi.in contrib/pulseview_cross.nsi @ONLY)