1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-08 08:01:19 +02:00

[CMAKE] Set RUNTIME_OUTPUT_DIRECTORY on Linux/BSD (#450)

This commit is contained in:
Raphael Graf 2020-03-12 00:07:30 +01:00 committed by GitHub
parent 1f8574c144
commit 9d4082d7f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 )