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 91a724c commit af897d5Copy full SHA for af897d5
CMakeLists.txt
@@ -3,5 +3,7 @@ cmake_minimum_required(VERSION 3.0)
3
# set the project name
4
project(arduino-audio-tools)
5
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)
0 commit comments