mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 16:50:26 +02:00
parent
1a2b407e89
commit
618cc966b0
@ -1231,6 +1231,9 @@ elseif( CMAKE_SYSTEM_NAME MATCHES "Darwin" )
|
||||
"-framework CoreAudioKit"
|
||||
)
|
||||
|
||||
# Use the Aqua theme
|
||||
set( USE_AQUA_THEME 1 )
|
||||
|
||||
# Create the config file
|
||||
set( HAVE_VISIBILITY 1 )
|
||||
configure_file( audacity_config.h.in private/configmac.h )
|
||||
|
@ -108,3 +108,5 @@
|
||||
/* We're using cygwin */
|
||||
#cmakedefine __CYGWIN__ 1
|
||||
|
||||
/* Use the Aqua theme on Mac */
|
||||
#cmakedefine USE_AQUA_THEME 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user