1
0
Fork 0
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:
ed 2020-01-28 11:55:56 +00:00
parent dde8f4b68c
commit a901eb96aa

View file

@ -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")