1
0
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:
Raphael Graf
2020-03-12 00:07:30 +01:00
committed by GitHub
parent 1f8574c144
commit 9d4082d7f1

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 )