mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Serialisation: Add basic utilities to facilitate conversion to/from JSON with minimal boilerplate
This commit is contained in:
parent
1bc90055b9
commit
56195d1053
48 changed files with 2057 additions and 28 deletions
|
|
@ -1908,7 +1908,8 @@ protected:
|
|||
const auto name = path.getFileNameWithoutExtension();
|
||||
|
||||
return name.equalsIgnoreCase ("include_juce_gui_basics")
|
||||
|| name.equalsIgnoreCase ("include_juce_audio_processors");
|
||||
|| name.equalsIgnoreCase ("include_juce_audio_processors")
|
||||
|| name.equalsIgnoreCase ("include_juce_core");
|
||||
}
|
||||
|
||||
StringArray getModuleLibs() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue