commit abfb9cb4ffb9e221de1608a034b69cddad592ff6
parent a909373aad6d699cb1fd1ec07e02b6cbeef8353e
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Tue, 13 Aug 2024 21:09:12 +0200
add default skin json to VC project
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/source/xtJucePlugin/CMakeLists.txt b/source/xtJucePlugin/CMakeLists.txt
@@ -3,6 +3,8 @@ project(xtJucePlugin VERSION ${CMAKE_PROJECT_VERSION})
set(SOURCES
parameterDescriptions_xt.json
+ skins/xtDefault/xtDefault.json
+
PluginEditorState.cpp PluginEditorState.h
PluginProcessor.cpp PluginProcessor.h
weControlTree.cpp weControlTree.h