1
0
Fork 0
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:
reuk 2023-08-25 13:19:22 +01:00
parent 1bc90055b9
commit 56195d1053
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
48 changed files with 2057 additions and 28 deletions

View file

@ -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