1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +00:00

Projucer: Added juce_dsp to the list of JUCE module IDs

This commit is contained in:
ed 2017-08-02 11:38:54 +01:00 committed by hogliux
parent ccd988ef5e
commit 41d571800a

View file

@ -919,6 +919,7 @@ bool EnabledModuleList::isJuceModule (const String& moduleID)
"juce_core",
"juce_cryptography",
"juce_data_structures",
"juce_dsp",
"juce_events",
"juce_graphics",
"juce_gui_basics",