mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Add Audacity.mm to the Mac build
This commit is contained in:
parent
50b4039657
commit
ab15efebf5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user