1
0
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:
Paul Licameli
2021-05-08 20:21:12 -04:00
committed by Leland Lucius
parent 229b82a502
commit 794f4e5877
3 changed files with 7 additions and 23 deletions

View File

@@ -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" )