Added the rest of the Apple frameworks used.

Signed-off-by: CandiceJoy <candice@candicejoy.com>
This commit is contained in:
CandiceJoy 2023-02-09 16:39:57 -06:00 committed by Rachael Alexanderson
parent ef0dcc9956
commit a5a7e2d19b

View file

@ -147,7 +147,7 @@ if( NOT NO_OPENAL )
if( OPENAL_LIBRARY )
set( PROJECT_LIBRARIES ${OPENAL_LIBRARY} ${PROJECT_LIBRARIES} )
if( APPLE )
set( PROJECT_LIBRARIES ${PROJECT_LIBRARIES} "-framework CoreAudio -framework AudioUnit" )
set( PROJECT_LIBRARIES ${PROJECT_LIBRARIES} "-framework AudioUnit -framework CoreAudio -framework ApplicationServices -framework AudioToolbox -framework CoreFoundation" )
endif()
else()
set( NO_OPENAL ON )