Mercurial > hg > sonic-visualiser
comparison server.pro @ 1560:106a16cfdd2f
Update piper-cpp to github repo, and adjust build for revised layout in it
author | Chris Cannam |
---|---|
date | Fri, 20 Jan 2017 18:05:41 +0000 |
parents | 409ee88107e8 |
children | 714f8dad57bc |
comparison
equal
deleted
inserted
replaced
1559:1eb16d08c421 | 1560:106a16cfdd2f |
---|---|
29 TARGET = piper-vamp-simple-server | 29 TARGET = piper-vamp-simple-server |
30 | 30 |
31 OBJECTS_DIR = o | 31 OBJECTS_DIR = o |
32 MOC_DIR = o | 32 MOC_DIR = o |
33 | 33 |
34 INCLUDEPATH += piper-cpp vamp-plugin-sdk | 34 INCLUDEPATH += piper-cpp piper-cpp/ext vamp-plugin-sdk |
35 | 35 |
36 include(vamp-plugin-sdk-files.pri) | 36 include(vamp-plugin-sdk-files.pri) |
37 | 37 |
38 for (file, VAMP_SOURCES) { SOURCES += $$file } | 38 for (file, VAMP_SOURCES) { SOURCES += $$file } |
39 for (file, VAMP_HEADERS) { HEADERS += $$file } | 39 for (file, VAMP_HEADERS) { HEADERS += $$file } |
42 piper-cpp/vamp-capnp/piper.capnp.h \ | 42 piper-cpp/vamp-capnp/piper.capnp.h \ |
43 piper-cpp/vamp-capnp/VampnProto.h | 43 piper-cpp/vamp-capnp/VampnProto.h |
44 | 44 |
45 SOURCES += \ | 45 SOURCES += \ |
46 piper-cpp/vamp-capnp/piper-capnp.cpp \ | 46 piper-cpp/vamp-capnp/piper-capnp.cpp \ |
47 piper-cpp/json11/json11.cpp \ | 47 piper-cpp/ext/json11/json11.cpp \ |
48 piper-cpp/vamp-server/simple-server.cpp | 48 piper-cpp/vamp-server/simple-server.cpp |