1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-25 02:04:23 +00:00

Add pkg-config support for linux

This commit is contained in:
hogliux 2016-07-07 10:37:58 +01:00
parent f83554c966
commit c9aca28d00
31 changed files with 1869 additions and 1594 deletions

View file

@ -338,6 +338,7 @@ void LibraryModule::addSettingsForModuleToExporter (ProjectExporter& exporter, P
else if (exporter.isLinux())
{
parseAndAddLibs (exporter.linuxLibs, moduleInfo.moduleInfo ["linuxLibs"].toString());
parseAndAddLibs (exporter.linuxPackages, moduleInfo.moduleInfo ["linuxPackages"].toString());
}
else if (exporter.isCodeBlocks() && exporter.isWindows())
{