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:
@@ -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}" )
|
||||
|
||||
Reference in New Issue
Block a user