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
|
Audacity.h
|
||||||
AudacityApp.cpp
|
AudacityApp.cpp
|
||||||
AudacityApp.h
|
AudacityApp.h
|
||||||
|
$<$<BOOL:${wxIS_MAC}>:AudacityApp.mm>
|
||||||
AudacityException.cpp
|
AudacityException.cpp
|
||||||
AudacityException.h
|
AudacityException.h
|
||||||
AudacityHeaders.cpp
|
AudacityHeaders.cpp
|
||||||
@ -1171,6 +1172,7 @@ elseif( CMAKE_SYSTEM_NAME MATCHES "Darwin" )
|
|||||||
# These sources must be compiled as Objective C++ and excluded
|
# These sources must be compiled as Objective C++ and excluded
|
||||||
# from precompiled header usage
|
# from precompiled header usage
|
||||||
set_source_files_properties(
|
set_source_files_properties(
|
||||||
|
AudacityApp.mm
|
||||||
KeyboardCapture.cpp
|
KeyboardCapture.cpp
|
||||||
effects/EffectUI.cpp
|
effects/EffectUI.cpp
|
||||||
effects/VST/VSTControlOSX.mm
|
effects/VST/VSTControlOSX.mm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user