1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-29 16:50:12 +01:00

Synchronize CMake install target with original

This commit is contained in:
Leland Lucius
2020-04-24 23:59:11 -05:00
parent 2b24220315
commit 06c36f7fe6
4 changed files with 9 additions and 3 deletions

View File

@@ -19,7 +19,8 @@ if( NOT "${CMAKE_GENERATOR}" MATCHES "Xcode|Visual Studio*" )
install( FILES "${_SRCDIR}/audacity.svg"
DESTINATION "${_DATADIR}/icons/hicolor/scalable/apps" )
install( DIRECTORY "${_SRCDIR}/icons/"
DESTINATION "${_DATADIR}/icons/hicolor" )
DESTINATION "${_DATADIR}/icons/hicolor"
FILES_MATCHING PATTERN "*.png" )
install( FILES ${PIXMAPS}
DESTINATION "${_DATADIR}/pixmaps" )
endif()