We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d76343c commit bda9bfdCopy full SHA for bda9bfd
CMakeLists.txt
@@ -33,7 +33,9 @@ if(APPLE)
33
endif()
34
35
set (JUCE_ENABLE_MODULE_SOURCE_GROUPS ON)
36
-set (JUCE_COPY_PLUGIN_AFTER_BUILD ON)
+if(NOT DEFINED JUCE_COPY_PLUGIN_AFTER_BUILD)
37
+ set(JUCE_COPY_PLUGIN_AFTER_BUILD ON CACHE BOOL "Copy JUCE plugin after build")
38
+endif()
39
set_property(GLOBAL PROPERTY USE_FOLDERS YES)
40
41
if (APPLE)
0 commit comments