Skip to content

Commit 1e695db

Browse files
committed
rm unused(?)
1 parent f6b357e commit 1e695db

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,8 @@ if ("${CMAKE_SYSTEM_NAME}" STREQUAL "iOS" OR IOS)
4141
set_source_files_properties(${miniaudio_SOURCE_DIR}/miniaudio.c PROPERTIES LANGUAGE OBJC)
4242
target_link_libraries(miniaudio PUBLIC
4343
"-framework AudioToolbox"
44-
"-framework AVFoundation"
4544
"-framework CoreAudio"
4645
"-framework CoreFoundation"
47-
"-framework CoreGraphics"
48-
"-framework CoreMedia"
49-
"-framework Foundation"
50-
"-framework MediaPlayer"
51-
"-framework OpenGLES"
52-
"-framework QuartzCore"
53-
"-framework UIKit"
5446
pthread
5547
m
5648
)

0 commit comments

Comments
 (0)