|
|
|
@@ -2220,7 +2220,7 @@ private: |
|
|
|
&& project.getEnabledModules().isModuleEnabled ("juce_audio_plugin_client"))
|
|
|
|
{
|
|
|
|
const auto path = rebaseFromProjectFolderToBuildTarget (getLV2HelperProgramSource());
|
|
|
|
addFile (FileOptions().withRelativePath ({ expandPath (path.toUnixStyle()), path.getRoot() })
|
|
|
|
addFile (FileOptions().withRelativePath ({ path.toUnixStyle(), path.getRoot() })
|
|
|
|
.withSkipPCHEnabled (true)
|
|
|
|
.withCompilationEnabled (true)
|
|
|
|
.withInhibitWarningsEnabled (true)
|
|
|
|
@@ -2232,7 +2232,7 @@ private: |
|
|
|
&& project.getEnabledModules().isModuleEnabled ("juce_audio_plugin_client"))
|
|
|
|
{
|
|
|
|
const auto path = rebaseFromProjectFolderToBuildTarget (getVST3HelperProgramSource());
|
|
|
|
addFile (FileOptions().withRelativePath ({ expandPath (path.toUnixStyle()), path.getRoot() })
|
|
|
|
addFile (FileOptions().withRelativePath ({ path.toUnixStyle(), path.getRoot() })
|
|
|
|
.withSkipPCHEnabled (true)
|
|
|
|
.withCompilationEnabled (true)
|
|
|
|
.withInhibitWarningsEnabled (true)
|
|
|
|
|