mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Remove VS2015 and CLion exporters
This commit is contained in:
parent
92dda5a2d9
commit
2fdc4f6633
49 changed files with 207 additions and 28003 deletions
|
|
@ -36,7 +36,6 @@ public:
|
|||
bool isCodeBlocks() const override { return false; }
|
||||
bool isMakefile() const override { return false; }
|
||||
bool isAndroidStudio() const override { return true; }
|
||||
bool isCLion() const override { return false; }
|
||||
|
||||
bool isAndroid() const override { return true; }
|
||||
bool isWindows() const override { return false; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue