Skip to content

Add cmake option to build against system provided JUCE

David Runge requested to merge dvzrv/IEMPluginSuite:system_juce into master

CMakeLists.txt: Add option IEM_SYSTEM_JUCE to build against a system provided JUCE instead of using the bundled version. Add option IEM_DEVENDORED_SYSTEM_JUCE to build against a devendored system provided JUCE, where flac, ogg, vorbis, vorbisenc and vorbisfile are linked against separately.

*/CMakeLists.txt: Adapt target_link_libraries() calls to optionally link against flac, ogg, vorbis, vorbisenc and vorbisfile if IEM_DEVENDORED_SYSTEM_JUCE is ON.

Merge request reports