1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +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
parent 956d16bf8d
commit df06909979

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",