File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 56
56
[submodule "libs/luajitlib/cmake "]
57
57
path = libs/luajitlib/cmake
58
58
url = https://github.com/scikit-build/cmake-FindVcvars
59
+ [submodule "libs/sst/sst-jucegui "]
60
+ path = libs/sst/sst-jucegui
61
+ url = git@github.com:surge-synthesizer/sst-jucegui.git
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ surge_add_lib_subdirectory(sst/sst-cpputils)
33
33
surge_add_lib_subdirectory (sst/sst-plugininfra )
34
34
surge_add_lib_subdirectory (sst/sst-filters )
35
35
surge_add_lib_subdirectory (sst/sst-waveshapers )
36
+
36
37
target_compile_definitions (sst-waveshapers INTERFACE SURGE_XT_1X_WST=1 )
37
38
surge_add_lib_subdirectory (sst/sst-effects )
38
39
@@ -41,6 +42,7 @@ set(PEGTL_BUILD_EXAMPLES OFF CACHE BOOL "")
41
42
surge_add_lib_subdirectory (PEGTL )
42
43
43
44
if (NOT SURGE_SKIP_JUCE_FOR_RACK )
45
+ surge_add_lib_subdirectory (sst/sst-jucegui )
44
46
juce_add_binary_data (surge-common-binary
45
47
NAMESPACE SurgeSharedBinary
46
48
HEADER_NAME SurgeSharedBinary.h
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ target_link_libraries(${PROJECT_NAME} PRIVATE
68
68
surge::surge-common
69
69
surge-fx-binary
70
70
surge-juce
71
+ sst-jucegui
71
72
juce::juce_audio_utils
72
73
juce::juce_audio_processors
73
74
juce::juce_osc
You can’t perform that action at this time.
0 commit comments