Add the groundwork for loading VST plugins

This commit is contained in:
Robbert van der Helm
2020-02-09 22:53:31 +01:00
parent 875308bd6f
commit 1b1c0c57b9
2 changed files with 50 additions and 5 deletions
+1 -1
View File
@@ -44,6 +44,6 @@ executable(
],
native : false,
include_directories : include_dir,
link_args : []
dependencies : [msgpack_dep],
link_args : []
)