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 4a7721f commit dbf3243Copy full SHA for dbf3243
CMakeLists.txt
@@ -38,7 +38,7 @@ CPMAddPackage("gh:mackron/miniaudio#f40cf03")
38
39
if ("${CMAKE_SYSTEM_NAME}" STREQUAL "iOS" OR IOS)
40
# add_library(miniaudio_objcxx INTERFACE)
41
- target_compile_options(miniaudio_objcxx INTERFACE
+ target_compile_options(miniaudio INTERFACE
42
$<$<PLATFORM_ID:Darwin>:-x objective-c++>
43
)
44
target_link_libraries(${PROJECT_NAME} miniaudio_objcxx)
0 commit comments