Mercurial > hg > piper-vamp-js-builds
diff match-vamp-plugin/match-vamp-plugin.cpp @ 4:2d333f7f8a20
Add MATCH build, and update INCPATH -> INCLUDES
author | Chris Cannam |
---|---|
date | Thu, 10 Nov 2016 19:00:13 +0000 |
parents | |
children | ac94242cf562 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/match-vamp-plugin/match-vamp-plugin.cpp Thu Nov 10 19:00:13 2016 +0000 @@ -0,0 +1,10 @@ + +#include "PiperExport.h" +#include "MatchVampPlugin.h" + +std::string soname("match-vamp-plugin"); +piper_vamp_js::PiperAdapter<MatchVampPlugin> adapter(soname); +piper_vamp_js::PiperPluginLibrary library({ &adapter }); + +PIPER_EXPORT_LIBRARY(library); +