Open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, AAX and LV2 audio plug-ins and plug-in hosts
juce provides the following common CMake targets:
find_package(JUCE CONFIG REQUIRED)
target_link_libraries(main PRIVATE
juce::juce_core
juce::juce_audio_basics
juce::juce_events
juce::juce_audio_devices
juce::juce_recommended_config_flags
juce::juce_recommended_lto_flags
juce::juce_recommended_warning_flags)
See the Juce CMake API documentation and the License for details on how to create targets. Here are other available targets:
juce::juce_graphics
juce::juce_gui_basics
juce::juce_gui_extra
juce::juce_opengl
juce::juce_analytics
juce::juce_audio_formats
juce::juce_audio_plugin_client
juce::juce_audio_processors
juce::juce_audio_utils
juce::juce_box2d
juce::juce_cryptography
juce::juce_data_structures
juce::juce_dsp
juce::juce_osc
juce::juce_product_unlocking
juce::juce_video
Enable ALSA support
Use CURL for network support
Enable JUCE extras such as Projucer, AudioPluginHost, BinaryBuilder.
Enable Fontconfig support
Enable FreeType support
Enable JACK audio support
Build the juceaide tool
Enable LADSPA plugin host support.
Enable WebBrowser support
Enable XCursor support
Enable Xinerama support
Enable XRandR support
Enable XRender support
v8.0.4#1
!uwp
Complex license
Manifest