diff 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
line wrap: on
line diff
--- a/server.pro	Thu Oct 27 16:14:49 2016 +0100
+++ b/server.pro	Fri Oct 28 11:08:17 2016 +0100
@@ -30,7 +30,7 @@
 
 linux*: LIBS += -ldl
 
-TARGET = piper-vamp-server
+TARGET = piper-vamp-simple-server
 
 OBJECTS_DIR = o
 MOC_DIR = o
@@ -49,4 +49,4 @@
 SOURCES += \
         piper-cpp/vamp-capnp/piper-capnp.cpp \
         piper-cpp/json11/json11.cpp \
-        piper-cpp/vamp-server/server.cpp
+        piper-cpp/vamp-server/simple-server.cpp