mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 16:43:52 +01:00
[CMAKE] Set RUNTIME_OUTPUT_DIRECTORY on Linux/BSD (#450)
This commit is contained in:
@@ -1254,6 +1254,8 @@ elseif( CMAKE_SYSTEM_NAME MATCHES "Darwin" )
|
||||
else()
|
||||
set( _EXE "audacity" )
|
||||
|
||||
set_target_property_all( ${TARGET} RUNTIME_OUTPUT_DIRECTORY "${_DESTDIR}" )
|
||||
|
||||
# Create the config file
|
||||
set( HAVE_VISIBILITY 1 )
|
||||
configure_file( audacity_config.h.in private/configunix.h )
|
||||
|
||||
Reference in New Issue
Block a user