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 0674ab2 commit 6407c7dCopy full SHA for 6407c7d
CMakeLists.txt
@@ -29,6 +29,7 @@ add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode)
29
30
CPMAddPackage("gh:mackron/miniaudio#f40cf03")
31
target_link_libraries(${PROJECT_NAME} miniaudio)
32
+add_compile_definitions(MINIAUDIO_IMPLEMENTATION)
33
34
# https://miniaud.io/docs/manual/index.html
35
# The macOS build should compile cleanly without the need to download any dependencies
0 commit comments