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 af897d5 commit e97e4f7Copy full SHA for e97e4f7
CMakeLists.txt
@@ -6,4 +6,4 @@ project(arduino-audio-tools)
6
add_library(arduino-audio-tools INTERFACE)
7
8
# make include directory available to calling projects
9
-target_include_directories (arduino-audio-tools PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src)
+target_include_directories (arduino-audio-tools INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/src)
0 commit comments