We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7ae27 commit 3400c2bCopy full SHA for 3400c2b
Tests/CMakeLists.txt
@@ -62,7 +62,13 @@ endif()
62
include (Catch)
63
64
juce_add_console_app (FoleysGUIMagicTests VERSION ${FOLEYS_VERSION}
65
- BUNDLE_ID "com.foleysfinest.foleys_gui_magic.tests")
+ BUNDLE_ID "com.foleysfinest.foleys_gui_magic.tests"
66
+ NEEDS_WEB_BROWSER FALSE
67
+ NEEDS_CURL FALSE)
68
+
69
+target_compile_definitions (FoleysGUIMagicTests PRIVATE
70
+ JUCE_USE_CURL=0
71
+ JUCE_WEB_BROWSER=0)
72
73
target_sources (FoleysGUIMagicTests PRIVATE
74
foleys_MagicProcessorTests.cpp
0 commit comments