From a5a7e2d19bea21049123ad48e1c281d6d7fc3aed Mon Sep 17 00:00:00 2001 From: CandiceJoy Date: Thu, 9 Feb 2023 16:39:57 -0600 Subject: [PATCH] Added the rest of the Apple frameworks used. Signed-off-by: CandiceJoy --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6cbd0d671..e05d7c094 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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 )