mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-23 17:25:54 +01:00
Force use of our wxWidgets and fix RPATH handling
This commit is contained in:
@@ -34,12 +34,14 @@ add_custom_command(
|
||||
|
||||
add_custom_target( ${TARGET} DEPENDS "${out}" )
|
||||
|
||||
if( NOT "${CMAKE_GENERATOR}" MATCHES "Xcode|Visual Studio*" )
|
||||
install( DIRECTORY "${dst}" OPTIONAL
|
||||
DESTINATION "${_DATADIR}/audacity/help" )
|
||||
install( FILES "${_SRCDIR}/audacity.1"
|
||||
DESTINATION "${_MANDIR}/man1" )
|
||||
install( FILES "${_SRCDIR}/audacity.appdata.xml"
|
||||
DESTINATION "${_DATADIR}/appdata" )
|
||||
if( NOT CMAKE_SYSTEM_NAME MATCHES "Darwin" )
|
||||
if( NOT "${CMAKE_GENERATOR}" MATCHES "Visual Studio*")
|
||||
install( DIRECTORY "${dst}" OPTIONAL
|
||||
DESTINATION "${_DATADIR}/audacity/help" )
|
||||
install( FILES "${_SRCDIR}/audacity.1"
|
||||
DESTINATION "${_MANDIR}/man1" )
|
||||
install( FILES "${_SRCDIR}/audacity.appdata.xml"
|
||||
DESTINATION "${_DATADIR}/appdata" )
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user