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 a1b7b3c commit f6b357eCopy full SHA for f6b357e
CMakeLists.txt
@@ -38,8 +38,6 @@ target_link_libraries(${PROJECT_NAME} miniaudio)
38
# Compiling through the command line requires linking to -lpthread and -lm.
39
40
if ("${CMAKE_SYSTEM_NAME}" STREQUAL "iOS" OR IOS)
41
- add_library(miniaudio STATIC ${miniaudio_SOURCE_DIR}/miniaudio.c)
42
- target_include_directories(miniaudio PUBLIC ${miniaudio_SOURCE_DIR})
43
set_source_files_properties(${miniaudio_SOURCE_DIR}/miniaudio.c PROPERTIES LANGUAGE OBJC)
44
target_link_libraries(miniaudio PUBLIC
45
"-framework AudioToolbox"
0 commit comments