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 01855f0 commit 4a7721fCopy full SHA for 4a7721f
CMakeLists.txt
@@ -37,7 +37,7 @@ CPMAddPackage("gh:mackron/miniaudio#f40cf03")
37
# Compiling through the command line requires linking to -lpthread and -lm.
38
39
if ("${CMAKE_SYSTEM_NAME}" STREQUAL "iOS" OR IOS)
40
- add_library(miniaudio_objcxx INTERFACE)
+ # add_library(miniaudio_objcxx INTERFACE)
41
target_compile_options(miniaudio_objcxx INTERFACE
42
$<$<PLATFORM_ID:Darwin>:-x objective-c++>
43
)
0 commit comments