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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user