1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 23:59:37 +02:00

Add Audacity.mm to the Mac build

This commit is contained in:
Paul Licameli 2020-12-09 15:18:03 -05:00
parent 50b4039657
commit ab15efebf5

View File

@ -75,6 +75,7 @@ list( APPEND SOURCES
Audacity.h
AudacityApp.cpp
AudacityApp.h
$<$<BOOL:${wxIS_MAC}>:AudacityApp.mm>
AudacityException.cpp
AudacityException.h
AudacityHeaders.cpp
@ -1171,6 +1172,7 @@ elseif( CMAKE_SYSTEM_NAME MATCHES "Darwin" )
# These sources must be compiled as Objective C++ and excluded
# from precompiled header usage
set_source_files_properties(
AudacityApp.mm
KeyboardCapture.cpp
effects/EffectUI.cpp
effects/VST/VSTControlOSX.mm