Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/blame/commit/33e54c10798f31d4ff300da28832408acaf0e1de/third-party/TeensyVariablePlayback/examples/array/CMakeLists.txt
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
cmake_minimum_required(VERSION 3.10)
|
|
|
|
project(array)
|
|
|
|
set(CMAKE_CXX_STANDARD 14)
|
|
|
|
teensy_include_directories(../../src)
|
|
|
|
teensy_add_executable(array array.ino)
|
|
|
|
teensy_target_link_libraries(array Audio teensy_variable_playback cores arm_math SD SPI Wire SerialFlash )
|