Skip to content

Commit

Permalink
locally it works
Browse files Browse the repository at this point in the history
  • Loading branch information
shih1 committed Dec 16, 2024
1 parent dad4c29 commit 5b058de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ surge_add_lib_subdirectory(sst/sst-cpputils)
surge_add_lib_subdirectory(sst/sst-plugininfra)
surge_add_lib_subdirectory(sst/sst-filters)
surge_add_lib_subdirectory(sst/sst-waveshapers)
surge_add_lib_subdirectory(sst/sst-jucegui)
target_compile_definitions(sst-waveshapers INTERFACE SURGE_XT_1X_WST=1)
surge_add_lib_subdirectory(sst/sst-effects)

Expand Down
2 changes: 1 addition & 1 deletion src/surge-fx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ target_sources(${PROJECT_NAME} PRIVATE
target_link_libraries(${PROJECT_NAME} PRIVATE
surge::surge-common
surge-fx-binary
surge-juce
sst-jucegui
juce::juce_audio_utils
juce::juce_audio_processors
juce::juce_osc
Expand Down

0 comments on commit 5b058de

Please sign in to comment.