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 4a69eef commit 91a724cCopy full SHA for 91a724c
CMakeLists.txt
@@ -4,4 +4,4 @@ cmake_minimum_required(VERSION 3.0)
4
project(arduino-audio-tools)
5
6
# make include directory available to calling projects
7
-target_include_directories (MOZZI PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src)
+target_include_directories (arduino-audio-tools PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src)
0 commit comments