From 08a50ea27c713fc96d5f6f7a91915f1a5ae9d88c Mon Sep 17 00:00:00 2001
From: Sergey Fedorov <vital.had@gmail.com>
Date: Sat, 20 Apr 2024 04:12:48 +0800
Subject: [PATCH] CMakeLists: also link to AudioUnit on Apple

---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git CMakeLists.txt CMakeLists.txt
index a118b10..99cc9ef 100644
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -148,6 +148,7 @@ if (APPLE)
     target_link_libraries(abaddon "-framework CoreFoundation")
     target_link_libraries(abaddon "-framework CoreAudio")
     target_link_libraries(abaddon "-framework AudioToolbox")
+    target_link_libraries(abaddon "-framework AudioUnit")
 endif ()
 
 if (ENABLE_VOICE)
