mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Add JuceLibraryCode folder to live-build engine system include paths
This commit is contained in:
parent
dde8f4b68c
commit
a901eb96aa
1 changed files with 1 additions and 0 deletions
|
|
@ -462,6 +462,7 @@ private:
|
|||
StringArray getSystemIncludePaths()
|
||||
{
|
||||
StringArray paths;
|
||||
paths.add (project.getGeneratedCodeFolder().getFullPathName());
|
||||
paths.addArray (getSearchPathsFromString (project.getCompileEngineSettings().getSystemHeaderPathString()));
|
||||
|
||||
auto isVSTHost = project.getEnabledModules().isModuleEnabled ("juce_audio_processors")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue