override plugin/Model.cpp in order to avoid link to VCV library
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
2066a53a07
commit
623d80da4d
2 changed files with 200 additions and 0 deletions
|
@ -104,6 +104,7 @@ RACK_FILES += override/blendish.c
|
|||
RACK_FILES += override/context.cpp
|
||||
RACK_FILES += override/Engine.cpp
|
||||
RACK_FILES += override/MenuBar.cpp
|
||||
RACK_FILES += override/Model.cpp
|
||||
RACK_FILES += override/MIDI_CV.cpp
|
||||
RACK_FILES += override/Scene.cpp
|
||||
|
||||
|
@ -127,6 +128,7 @@ IGNORED_FILES += Rack/src/app/Scene.cpp
|
|||
IGNORED_FILES += Rack/src/app/TipWindow.cpp
|
||||
IGNORED_FILES += Rack/src/core/MIDI_CV.cpp
|
||||
IGNORED_FILES += Rack/src/engine/Engine.cpp
|
||||
IGNORED_FILES += Rack/src/plugin/Model.cpp
|
||||
IGNORED_FILES += Rack/src/window/Window.cpp
|
||||
|
||||
RACK_FILES += $(wildcard Rack/src/*.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue