Skip to content

Commit af897d5

Browse files
authored
Update CMakeLists.txt
1 parent 91a724c commit af897d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ cmake_minimum_required(VERSION 3.0)
33
# set the project name
44
project(arduino-audio-tools)
55

6+
add_library(arduino-audio-tools INTERFACE)
7+
68
# make include directory available to calling projects
79
target_include_directories (arduino-audio-tools PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src)

0 commit comments

Comments
 (0)