Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/src/commit/aa6f44dc33791d256e5d4acff6f6fd218e0fdedf/third-party/TeensyVariablePlayback/examples/sd_play_all/CMakeLists.txt You should set ROOT_URL correctly, otherwise the web may not work correctly.

6 lines
293 B

cmake_minimum_required(VERSION 3.10)
project(sd_play_all)
set(CMAKE_CXX_STANDARD 14)
teensy_include_directories(../../src)
teensy_add_executable(sd_play_all sd_play_all.ino)
teensy_target_link_libraries(sd_play_all SD SdFat teensy_variable_playback Audio SPI SerialFlash cores Wire arm_math)