1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Use exporter name, rather than build folder name, to locate pre-built libraries

This commit is contained in:
reuk 2021-03-24 13:00:15 +00:00
parent 3f17cc7b2e
commit 8c9c3c3ca9
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
9 changed files with 34 additions and 7 deletions

View file

@ -58,6 +58,8 @@ public:
static bool canProjectBeLaunched (Project*);
virtual Identifier getExporterIdentifier() const = 0;
//==============================================================================
// capabilities of exporter
virtual bool usesMMFiles() const = 0;