mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Updated CLion and Linux Code::Blocks exporter code for optional webkit and gtk packages
This commit is contained in:
parent
00ed43e29a
commit
6a9f9cd550
5 changed files with 90 additions and 88 deletions
|
|
@ -189,6 +189,14 @@ public:
|
|||
//==============================================================================
|
||||
StringArray linuxLibs, linuxPackages, makefileExtraLinkerFlags;
|
||||
|
||||
enum class PackageDependencyType
|
||||
{
|
||||
compile,
|
||||
link
|
||||
};
|
||||
|
||||
StringArray getLinuxPackages (PackageDependencyType type) const;
|
||||
|
||||
//==============================================================================
|
||||
StringPairArray msvcExtraPreprocessorDefs;
|
||||
String msvcDelayLoadedDLLs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue