1
0
Fork 0
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:
ed 2020-07-21 15:50:14 +01:00
parent 00ed43e29a
commit 6a9f9cd550
5 changed files with 90 additions and 88 deletions

View file

@ -189,6 +189,14 @@ public:
//==============================================================================
StringArray linuxLibs, linuxPackages, makefileExtraLinkerFlags;
enum class PackageDependencyType
{
compile,
link
};
StringArray getLinuxPackages (PackageDependencyType type) const;
//==============================================================================
StringPairArray msvcExtraPreprocessorDefs;
String msvcDelayLoadedDLLs;