Mercurial > hg > piper-vamp-js-builds
comparison 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 |
comparison
equal
deleted
inserted
replaced
3:cecea0d6719d | 4:2d333f7f8a20 |
---|---|
1 | |
2 #include "PiperExport.h" | |
3 #include "MatchVampPlugin.h" | |
4 | |
5 std::string soname("match-vamp-plugin"); | |
6 piper_vamp_js::PiperAdapter<MatchVampPlugin> adapter(soname); | |
7 piper_vamp_js::PiperPluginLibrary library({ &adapter }); | |
8 | |
9 PIPER_EXPORT_LIBRARY(library); | |
10 |