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

UnitTestsDemo: Add a missing module flag

This commit is contained in:
Tom Poole 2022-03-24 13:13:10 +00:00
parent 5343f70d02
commit e9417c645b

View file

@ -36,7 +36,7 @@
juce_opengl, juce_osc, juce_product_unlocking, juce_video
exporters: xcode_mac, vs2019, linux_make, androidstudio, xcode_iphone
moduleFlags: JUCE_STRICT_REFCOUNTEDPOINTER=1
moduleFlags: JUCE_STRICT_REFCOUNTEDPOINTER=1,JUCE_PLUGINHOST_VST3=1
defines: JUCE_UNIT_TESTS=1
type: Component