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

Add Harfbuzz dependency

This commit is contained in:
reuk 2024-02-26 15:41:06 +00:00
parent 9508c30f12
commit f491f126b7
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
395 changed files with 165279 additions and 60 deletions

View file

@ -1934,7 +1934,8 @@ protected:
return name.equalsIgnoreCase ("include_juce_gui_basics")
|| name.equalsIgnoreCase ("include_juce_audio_processors")
|| name.equalsIgnoreCase ("include_juce_core");
|| name.equalsIgnoreCase ("include_juce_core")
|| name.equalsIgnoreCase ("include_juce_graphics");
}
StringArray getModuleLibs() const