mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
AccessibilityDemo: Add local notifications example
Also updates the DemoRunner so that the new push notifications example works properly on Android.
This commit is contained in:
parent
269ebbb525
commit
5d5829927a
12 changed files with 168 additions and 76 deletions
|
|
@ -56,6 +56,7 @@ target_compile_definitions(DemoRunner PRIVATE
|
|||
JUCE_DEMO_RUNNER=1
|
||||
JUCE_PLUGINHOST_LV2=1
|
||||
JUCE_PLUGINHOST_VST3=1
|
||||
JUCE_PUSH_NOTIFICATIONS=1
|
||||
JUCE_STRICT_REFCOUNTEDPOINTER=1
|
||||
JUCE_UNIT_TESTS=1
|
||||
JUCE_USE_CAMERA=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue