Try to fix macOS build
This commit is contained in:
parent
64dae94340
commit
013849305a
2 changed files with 4 additions and 4 deletions
|
|
@ -165,8 +165,8 @@ target_link_libraries(Cardinal
|
||||||
PRIVATE
|
PRIVATE
|
||||||
juce::juce_audio_utils
|
juce::juce_audio_utils
|
||||||
${STATIC_LIBS_START}
|
${STATIC_LIBS_START}
|
||||||
sCardinal
|
|
||||||
sPlugins
|
sPlugins
|
||||||
|
sCardinal
|
||||||
sRack
|
sRack
|
||||||
carla_host_plugin
|
carla_host_plugin
|
||||||
carla_engine_plugin
|
carla_engine_plugin
|
||||||
|
|
@ -258,8 +258,8 @@ target_link_libraries(CardinalFX
|
||||||
PRIVATE
|
PRIVATE
|
||||||
juce::juce_audio_utils
|
juce::juce_audio_utils
|
||||||
${STATIC_LIBS_START}
|
${STATIC_LIBS_START}
|
||||||
sCardinalFX
|
|
||||||
sPlugins
|
sPlugins
|
||||||
|
sCardinalFX
|
||||||
sRack
|
sRack
|
||||||
carla_host_plugin
|
carla_host_plugin
|
||||||
carla_engine_plugin
|
carla_engine_plugin
|
||||||
|
|
@ -350,8 +350,8 @@ target_link_libraries(CardinalSynth
|
||||||
PRIVATE
|
PRIVATE
|
||||||
juce::juce_audio_utils
|
juce::juce_audio_utils
|
||||||
${STATIC_LIBS_START}
|
${STATIC_LIBS_START}
|
||||||
sCardinalSynth
|
|
||||||
sPlugins
|
sPlugins
|
||||||
|
sCardinalSynth
|
||||||
sRack
|
sRack
|
||||||
carla_host_plugin
|
carla_host_plugin
|
||||||
carla_engine_plugin
|
carla_engine_plugin
|
||||||
|
|
|
||||||
|
|
@ -30,12 +30,12 @@
|
||||||
#include "AsyncDialog.hpp"
|
#include "AsyncDialog.hpp"
|
||||||
#include "PluginContext.hpp"
|
#include "PluginContext.hpp"
|
||||||
#include "DistrhoPluginUtils.hpp"
|
#include "DistrhoPluginUtils.hpp"
|
||||||
#include "settings.hpp"
|
|
||||||
|
|
||||||
#include <asset.hpp>
|
#include <asset.hpp>
|
||||||
#include <context.hpp>
|
#include <context.hpp>
|
||||||
#include <history.hpp>
|
#include <history.hpp>
|
||||||
#include <patch.hpp>
|
#include <patch.hpp>
|
||||||
|
#include <settings.hpp>
|
||||||
#include <string.hpp>
|
#include <string.hpp>
|
||||||
#include <system.hpp>
|
#include <system.hpp>
|
||||||
#include <app/Scene.hpp>
|
#include <app/Scene.hpp>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue