Proteus

Guitar amp and pedal capture plugin using neural networks
Log | Files | Refs | Submodules | README

CMakeLists.txt (312B)


      1 #add_subdirectory(headless)
      2 
      3 target_sources(Proteus PRIVATE
      4 	myLookAndFeel.cpp
      5 	myLookAndFeel.h
      6 	PluginEditor.cpp
      7 	PluginEditor.h
      8 	PluginProcessor.cpp
      9 	PluginProcessor.h
     10 	RTNeuralLSTM.cpp
     11 	RTNeuralLSTM.h
     12         CabSim.h
     13         Eq4Band.cpp
     14         Eq4Band.h
     15 )
     16 
     17 #target_precompile_headers(Proteus PRIVATE pch.h)