1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 08:33:53 +01:00

Update CMake project for Mac

Hopefully, this will make Audacity the default configuration
in the XCode GUI.  It works for me, but need others to test
it.
This commit is contained in:
Leland Lucius
2020-04-19 01:23:37 -05:00
parent df0228cd8b
commit bc3a878ba1
2 changed files with 4 additions and 1 deletions

View File

@@ -1258,7 +1258,7 @@ elseif( CMAKE_SYSTEM_NAME MATCHES "Darwin" )
set( WRAPPER_SOURCES "${WRAPPER_ROOT}/Wrapper.c" )
add_executable( Wrapper "${WRAPPER_SOURCES}" )
add_dependencies( Wrapper "${TARGET}" )
add_dependencies( "${TARGET}" Wrapper )
set_target_property_all( "Wrapper" RUNTIME_OUTPUT_DIRECTORY "${_EXEDIR}" )
organize_source( "${WRAPPER_ROOT}" "mac" "${WRAPPER_SOURCES}" )