mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-30 02:50:05 +00:00
Introjucer: fix for projects without an export target that can be launched on the current OS.
This commit is contained in:
parent
d6df57b1d2
commit
a25bddb7ff
2 changed files with 25 additions and 5 deletions
|
|
@ -133,6 +133,7 @@ public:
|
|||
static void setLocalModulesFolder (const File& newFile);
|
||||
|
||||
static File getModulesFolderForJuceOrModulesFolder (const File& f);
|
||||
static File getModulesFolderForExporter (const ProjectExporter&);
|
||||
|
||||
StringArray getExtraDependenciesNeeded (Project&, const Module&);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue