Skip to content

Commit

Permalink
remove duplicate library targets
Browse files Browse the repository at this point in the history
  • Loading branch information
newdigate committed Nov 26, 2023
1 parent 96d106f commit c365347
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/loadsample/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
cmake_minimum_required(VERSION 3.5)
project(example_loadsample)

import_arduino_library(SerialFlash ${DEPSPATH}/SerialFlash util)
import_arduino_library(Wire ${DEPSPATH}/Wire utility)
import_arduino_library(arm_math ${DEPSPATH}/arm_math/src)
import_arduino_library(Audio ${DEPSPATH}/Audio utility)
import_arduino_library(TeensyVariablePlayback ${DEPSPATH}/teensy-variable-playback/src)


teensy_include_directories(../../src)
teensy_add_executable(loadsample loadsample.ino)
teensy_target_link_libraries(loadsample sampleflashloader TeensyVariablePlayback Audio SD SdFat SPI SerialFlash Wire cores)

0 comments on commit c365347

Please sign in to comment.