Skip to content

Commit 4108bbf

Browse files
authored
Add files via upload
1 parent e7de433 commit 4108bbf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
cmake_minimum_required(VERSION 3.0)
2+
3+
# set the project name
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)

0 commit comments

Comments
 (0)