Use the C++ version of the LV2 libraries
This commit is contained in:
parent
391f9e9a0b
commit
c226177453
5 changed files with 23 additions and 54 deletions
|
@ -28,6 +28,7 @@ shlib = shared_library('dynamite', srcs,
|
|||
name_prefix : '',
|
||||
dependencies : [
|
||||
dependency('lv2'),
|
||||
dependency('lv2-plugin'),
|
||||
cc.find_library('m'),
|
||||
dependency('threads')
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue