mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-04 16:14:00 +01:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user