gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 6f2ca89d355825a0ac241d77a2ed23bfe90c50bd
parent 86f0b2bdc9381b2e7d92fdfc1554236e60a4f217
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu, 18 Apr 2024 22:18:32 +0200

add missing files to cmake script

Diffstat:
Msource/xtJucePlugin/CMakeLists.txt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/source/xtJucePlugin/CMakeLists.txt b/source/xtJucePlugin/CMakeLists.txt @@ -11,6 +11,7 @@ set(SOURCES xtController.cpp xtController.h xtEditor.cpp xtEditor.h xtFrontPanel.cpp xtFrontPanel.h + xtFocusedParameter.cpp xtFocusedParmeter.h xtLcd.cpp xtLcd.h xtPatchManager.cpp xtPatchManager.h version.h