Update to latest carla, dpf, and pugl, needs testing
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
11d9d6a0be
commit
bcd1b9e273
7 changed files with 19 additions and 30 deletions
|
@ -28,9 +28,6 @@ set_property(TARGET native_plugins PROPERTY IMPORTED_LOCATION "${PROJECT_SOURCE_
|
|||
add_library(audio_decoder STATIC IMPORTED)
|
||||
set_property(TARGET audio_decoder PROPERTY IMPORTED_LOCATION "${PROJECT_SOURCE_DIR}/../carla/build/modules/Release/audio_decoder.a")
|
||||
|
||||
add_library(carla_dgl STATIC IMPORTED)
|
||||
set_property(TARGET carla_dgl PROPERTY IMPORTED_LOCATION "${PROJECT_SOURCE_DIR}/../carla/build/modules/Release/dgl.a")
|
||||
|
||||
add_library(jackbridge STATIC IMPORTED)
|
||||
set_property(TARGET jackbridge PROPERTY IMPORTED_LOCATION "${PROJECT_SOURCE_DIR}/../carla/build/modules/Release/jackbridge.min.a")
|
||||
|
||||
|
@ -173,7 +170,6 @@ target_link_libraries(Cardinal
|
|||
carla_plugin
|
||||
native_plugins
|
||||
audio_decoder
|
||||
carla_dgl
|
||||
jackbridge
|
||||
lilv
|
||||
rtmempool
|
||||
|
@ -264,7 +260,6 @@ target_link_libraries(CardinalFX
|
|||
carla_plugin
|
||||
native_plugins
|
||||
audio_decoder
|
||||
carla_dgl
|
||||
jackbridge
|
||||
lilv
|
||||
rtmempool
|
||||
|
@ -355,7 +350,6 @@ target_link_libraries(CardinalSynth
|
|||
carla_plugin
|
||||
native_plugins
|
||||
audio_decoder
|
||||
carla_dgl
|
||||
jackbridge
|
||||
lilv
|
||||
rtmempool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue