mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +01:00
Inclusion of the correct config header on command line using CMake
This commit is contained in:
committed by
Leland Lucius
parent
229b82a502
commit
794f4e5877
@@ -439,7 +439,7 @@ add_subdirectory( "nyquist" )
|
||||
add_subdirectory( "plug-ins" )
|
||||
add_subdirectory( "scripts" )
|
||||
|
||||
# Generate config file, which is included by Audacity.h
|
||||
# Generate config file
|
||||
if( CMAKE_SYSTEM_NAME MATCHES "Windows" )
|
||||
configure_file( src/audacity_config.h.in src/private/configwin.h )
|
||||
elseif( CMAKE_SYSTEM_NAME MATCHES "Darwin" )
|
||||
|
||||
Reference in New Issue
Block a user