mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
CMake: Fix demos which failed to build on Windows
The PushNotificationsDemo is not supported on Windows, so I've stopped CMake from configuring it in the first place.
This commit is contained in:
parent
c3f6318c7c
commit
e9321bf565
3 changed files with 10 additions and 2 deletions
|
|
@ -34,7 +34,7 @@
|
|||
juce_audio_processors, juce_audio_utils, juce_core,
|
||||
juce_data_structures, juce_events, juce_graphics,
|
||||
juce_gui_basics, juce_gui_extra
|
||||
exporters: xcode_mac, vs2019, xcode_iphone, androidstudio
|
||||
exporters: xcode_mac, xcode_iphone, androidstudio
|
||||
|
||||
moduleFlags: JUCE_STRICT_REFCOUNTEDPOINTER=1
|
||||
JUCE_PUSH_NOTIFICATIONS=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue