comparison server.pro @ 1300:f7481cb5a1ff project-file-rework

Rename server to simple-server, and add some more description in usage
author Chris Cannam
date Fri, 28 Oct 2016 11:08:17 +0100
parents 9027d12841af
children 26da0e253e68
comparison
equal deleted inserted replaced
1299:9027d12841af 1300:f7481cb5a1ff
28 28
29 macx*: CONFIG -= app_bundle 29 macx*: CONFIG -= app_bundle
30 30
31 linux*: LIBS += -ldl 31 linux*: LIBS += -ldl
32 32
33 TARGET = piper-vamp-server 33 TARGET = piper-vamp-simple-server
34 34
35 OBJECTS_DIR = o 35 OBJECTS_DIR = o
36 MOC_DIR = o 36 MOC_DIR = o
37 37
38 INCLUDEPATH += piper-cpp vamp-plugin-sdk 38 INCLUDEPATH += piper-cpp vamp-plugin-sdk
47 piper-cpp/vamp-capnp/VampnProto.h 47 piper-cpp/vamp-capnp/VampnProto.h
48 48
49 SOURCES += \ 49 SOURCES += \
50 piper-cpp/vamp-capnp/piper-capnp.cpp \ 50 piper-cpp/vamp-capnp/piper-capnp.cpp \
51 piper-cpp/json11/json11.cpp \ 51 piper-cpp/json11/json11.cpp \
52 piper-cpp/vamp-server/server.cpp 52 piper-cpp/vamp-server/simple-server.cpp