Browse Source

UnitTestsDemo: Add a missing module flag

pull/22/head
Tom Poole 3 years ago
parent
commit
e9417c645b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/Utilities/UnitTestsDemo.h

+ 1
- 1
examples/Utilities/UnitTestsDemo.h 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


Loading…
Cancel
Save