fix Linux build: link juce_dsp and make CPU count detection portable

This commit is contained in:
Armin 2026-08-09 22:41:38 +02:00
commit a02f8d67b6
2 changed files with 2 additions and 1 deletions

View file

@ -42,6 +42,7 @@ target_link_libraries(Saftpumpe
juce::juce_audio_basics
juce::juce_audio_devices
juce::juce_audio_formats
juce::juce_dsp
juce::juce_audio_plugin_client
juce::juce_audio_processors
juce::juce_audio_utils