diff 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
line wrap: on
line diff
--- a/server.pro	Wed Oct 17 15:50:33 2018 +0100
+++ b/server.pro	Wed Oct 17 15:58:13 2018 +0100
@@ -30,7 +30,7 @@
 OBJECTS_DIR = o
 MOC_DIR = o
 
-INCLUDEPATH += piper-cpp piper-cpp/ext vamp-plugin-sdk
+INCLUDEPATH += piper-vamp-cpp piper-vamp-cpp/ext vamp-plugin-sdk
 
 include(vamp-plugin-sdk-files.pri)
 
@@ -38,10 +38,10 @@
 for (file, VAMP_HEADERS) { HEADERS += $$file }
 
 HEADERS += \
-        piper-cpp/vamp-capnp/piper.capnp.h \
-        piper-cpp/vamp-capnp/VampnProto.h
+        piper-vamp-cpp/vamp-capnp/piper.capnp.h \
+        piper-vamp-cpp/vamp-capnp/VampnProto.h
 
 SOURCES += \
-        piper-cpp/vamp-capnp/piper-capnp.cpp \
-        piper-cpp/ext/json11/json11.cpp \
-        piper-cpp/vamp-server/simple-server.cpp
+        piper-vamp-cpp/vamp-capnp/piper-capnp.cpp \
+        piper-vamp-cpp/ext/json11/json11.cpp \
+        piper-vamp-cpp/vamp-server/simple-server.cpp