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:
parent
9508c30f12
commit
f491f126b7
395 changed files with 165279 additions and 60 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue