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 7d18497 commit 7aeccf0Copy full SHA for 7aeccf0
tests/filter-wav/CMakeLists.txt
@@ -11,7 +11,8 @@ endif()
11
12
13
# build sketch as executable
14
-add_executable (filter-wav filter-wav.cpp ../main.cpp)
+add_executable (filter-wav filter-wav.cpp ../main.cpp )
15
+target_include_directories(filter-wav PRIVATE "${arduino_emulator_SOURCE_DIR}/ArduinoCore-Linux/libraries/SdFat" )
16
17
# set preprocessor defines
18
target_compile_definitions(filter-wav PUBLIC -DEXIT_ON_STOP -DIS_DESKTOP)
0 commit comments