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 a87e424 commit b6a6cd5Copy full SHA for b6a6cd5
cmake-tests/miniaudio/CMakeLists.txt
@@ -13,6 +13,10 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
13
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/../.. ${CMAKE_CURRENT_BINARY_DIR}/arduino-audio-tools )
14
endif()
15
16
+# Download miniaudio.h
17
+file(DOWNLOAD https://raw.githubusercontent.com/mackron/miniaudio/master/miniaudio.h
18
+ ${CMAKE_CURRENT_SOURCE_DIR}/miniaudio.h)
19
+
20
21
# build sketch as executable
22
add_executable (generator generator.cpp)
0 commit comments