1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

MIDI-CI: Add module

This commit is contained in:
reuk 2023-08-25 13:31:23 +01:00
parent 387ab88c13
commit 8ebbc20311
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
85 changed files with 11013 additions and 16 deletions

View file

@ -33,7 +33,8 @@
juce_audio_formats, juce_audio_processors, juce_audio_utils,
juce_core, juce_cryptography, juce_data_structures, juce_dsp,
juce_events, juce_graphics, juce_gui_basics, juce_gui_extra,
juce_opengl, juce_osc, juce_product_unlocking, juce_video
juce_opengl, juce_osc, juce_product_unlocking, juce_video,
juce_midi_ci
exporters: xcode_mac, vs2022, linux_make, androidstudio, xcode_iphone
moduleFlags: JUCE_STRICT_REFCOUNTEDPOINTER=1,JUCE_PLUGINHOST_VST3=1,JUCE_PLUGINHOST_LV2=1