We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b357e commit 1e695dbCopy full SHA for 1e695db
CMakeLists.txt
@@ -41,16 +41,8 @@ if ("${CMAKE_SYSTEM_NAME}" STREQUAL "iOS" OR IOS)
41
set_source_files_properties(${miniaudio_SOURCE_DIR}/miniaudio.c PROPERTIES LANGUAGE OBJC)
42
target_link_libraries(miniaudio PUBLIC
43
"-framework AudioToolbox"
44
- "-framework AVFoundation"
45
"-framework CoreAudio"
46
"-framework CoreFoundation"
47
- "-framework CoreGraphics"
48
- "-framework CoreMedia"
49
- "-framework Foundation"
50
- "-framework MediaPlayer"
51
- "-framework OpenGLES"
52
- "-framework QuartzCore"
53
- "-framework UIKit"
54
pthread
55
m
56
)
0 commit comments