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:
parent
1f8574c144
commit
9d4082d7f1
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user