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 c1b31e5 commit 028de51Copy full SHA for 028de51
CMakeLists.txt
@@ -43,7 +43,7 @@ if ("${CMAKE_SYSTEM_NAME}" STREQUAL "iOS" OR IOS)
43
${CMAKE_CURRENT_BINARY_DIR}/miniaudio.mm
44
COPYONLY
45
)
46
- target_sources(miniaudio ${CMAKE_CURRENT_BINARY_DIR}/miniaudio.m,)
+ target_sources(miniaudio ${CMAKE_CURRENT_BINARY_DIR}/miniaudio.mm)
47
target_link_libraries(miniaudio PUBLIC
48
"-framework AudioToolbox"
49
"-framework CoreAudio"
0 commit comments