1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +00:00

Projucer: Added default module search paths to the Projucer

This commit is contained in:
ed 2017-06-06 16:57:16 +01:00
parent f1e98f54ed
commit 26596fbfad
41 changed files with 1624 additions and 928 deletions

View file

@ -519,9 +519,7 @@ private:
paths.addArray (getSearchPathsFromString (ProjectProperties::getSystemHeaderPathString (project)));
if (project.getProjectType().isAudioPlugin())
{
paths.add (getAppSettings().getGlobalPath (Ids::vst3Path, TargetOS::getThisOS()).toString());
}
paths.add (getAppSettings().getStoredPath (Ids::vst3Path).toString());
OwnedArray<LibraryModule> modules;
project.getModules().createRequiredModules (modules);