1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

BLOCKS: Remove juce_blocks_basics module

This commit is contained in:
reuk 2020-12-15 19:55:44 +00:00
parent 6bb3b9208b
commit 06544850fb
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
78 changed files with 27 additions and 18700 deletions

View file

@ -65,7 +65,6 @@ target_compile_definitions(DemoRunner PRIVATE
target_link_libraries(DemoRunner PRIVATE
juce::juce_analytics
juce::juce_audio_utils
juce::juce_blocks_basics
juce::juce_box2d
juce::juce_dsp
juce::juce_opengl
@ -76,6 +75,6 @@ target_link_libraries(DemoRunner PRIVATE
juce::juce_recommended_lto_flags
juce::juce_recommended_warning_flags)
foreach(folder IN ITEMS ../Assets ../Audio ../BLOCKS ../DSP ../GUI ../Utilities)
foreach(folder IN ITEMS ../Assets ../Audio ../DSP ../GUI ../Utilities)
juce_add_bundle_resources_directory(DemoRunner ${folder})
endforeach()