Skip to content

Commit

Permalink
remove trigburst
Browse files Browse the repository at this point in the history
  • Loading branch information
madskjeldgaard committed May 16, 2021
1 parent 512f6ac commit fa9bd99
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -666,26 +666,6 @@ sc_add_server_plugin(
"${AnalogVintageDistortion_schelp_files}"
)

# TrigBurst
set(TrigBurst_cpp_files
plugins/TrigBurst/TrigBurst.hpp
plugins/TrigBurst/TrigBurst.cpp
)
set(TrigBurst_sc_files
plugins/TrigBurst/TrigBurst.sc
)
set(TrigBurst_schelp_files
plugins/TrigBurst/TrigBurst.schelp
)

sc_add_server_plugin(
"${project_name}" # destination directory
"TrigBurst" # target name
"${TrigBurst_cpp_files}"
"${TrigBurst_sc_files}"
"${TrigBurst_schelp_files}"
)

# AnalogFoldOsc
set(AnalogFoldOsc_cpp_files
plugins/AnalogFoldOsc/AnalogFoldOsc.hpp
Expand Down

0 comments on commit fa9bd99

Please sign in to comment.