Skip to content

Commit 7aeccf0

Browse files
committed
filter-wav example with sdfat
1 parent 7d18497 commit 7aeccf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/filter-wav/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ endif()
1111

1212

1313
# build sketch as executable
14-
add_executable (filter-wav filter-wav.cpp ../main.cpp)
14+
add_executable (filter-wav filter-wav.cpp ../main.cpp )
15+
target_include_directories(filter-wav PRIVATE "${arduino_emulator_SOURCE_DIR}/ArduinoCore-Linux/libraries/SdFat" )
1516

1617
# set preprocessor defines
1718
target_compile_definitions(filter-wav PUBLIC -DEXIT_ON_STOP -DIS_DESKTOP)

0 commit comments

Comments
 (0)