Use the C++ version of the LV2 libraries

This commit is contained in:
Aleks Rutins 2023-04-14 11:22:48 -04:00
parent 391f9e9a0b
commit c226177453
5 changed files with 23 additions and 54 deletions

View file

@ -28,6 +28,7 @@ shlib = shared_library('dynamite', srcs,
name_prefix : '',
dependencies : [
dependency('lv2'),
dependency('lv2-plugin'),
cc.find_library('m'),
dependency('threads')
]