Mercurial > hg > sonic-visualiser
comparison server.pro @ 2045:555e3add86b2
Rename piper-cpp subrepo to piper-vamp-cpp to match the upstream repo name
author | Chris Cannam |
---|---|
date | Wed, 17 Oct 2018 15:58:13 +0100 |
parents | 810a0b8f5472 |
children | bc3d0c86ee2e 33668c5cc438 |
comparison
equal
deleted
inserted
replaced
2044:ed3c462839b2 | 2045:555e3add86b2 |
---|---|
28 TARGET = piper-vamp-simple-server | 28 TARGET = piper-vamp-simple-server |
29 | 29 |
30 OBJECTS_DIR = o | 30 OBJECTS_DIR = o |
31 MOC_DIR = o | 31 MOC_DIR = o |
32 | 32 |
33 INCLUDEPATH += piper-cpp piper-cpp/ext vamp-plugin-sdk | 33 INCLUDEPATH += piper-vamp-cpp piper-vamp-cpp/ext vamp-plugin-sdk |
34 | 34 |
35 include(vamp-plugin-sdk-files.pri) | 35 include(vamp-plugin-sdk-files.pri) |
36 | 36 |
37 for (file, VAMP_SOURCES) { SOURCES += $$file } | 37 for (file, VAMP_SOURCES) { SOURCES += $$file } |
38 for (file, VAMP_HEADERS) { HEADERS += $$file } | 38 for (file, VAMP_HEADERS) { HEADERS += $$file } |
39 | 39 |
40 HEADERS += \ | 40 HEADERS += \ |
41 piper-cpp/vamp-capnp/piper.capnp.h \ | 41 piper-vamp-cpp/vamp-capnp/piper.capnp.h \ |
42 piper-cpp/vamp-capnp/VampnProto.h | 42 piper-vamp-cpp/vamp-capnp/VampnProto.h |
43 | 43 |
44 SOURCES += \ | 44 SOURCES += \ |
45 piper-cpp/vamp-capnp/piper-capnp.cpp \ | 45 piper-vamp-cpp/vamp-capnp/piper-capnp.cpp \ |
46 piper-cpp/ext/json11/json11.cpp \ | 46 piper-vamp-cpp/ext/json11/json11.cpp \ |
47 piper-cpp/vamp-server/simple-server.cpp | 47 piper-vamp-cpp/vamp-server/simple-server.cpp |