From 98b5448ee9b39f4e92d781d14a27819074e3c1da Mon Sep 17 00:00:00 2001 From: Alberto Compagno Date: Fri, 19 Apr 2019 11:38:49 +0200 Subject: [HICN-180] Updating plugin to run on vpp 19.04 Change-Id: I23d44747edf65b9cbf1cd7cb174541dce55152aa Signed-off-by: Alberto Compagno --- libtransport/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtransport') diff --git a/libtransport/CMakeLists.txt b/libtransport/CMakeLists.txt index 1cc4c3539..5cd33cfdc 100644 --- a/libtransport/CMakeLists.txt +++ b/libtransport/CMakeLists.txt @@ -111,7 +111,7 @@ list(APPEND LIBRARIES ${LIBPARC_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${HICN_LIBRARIES} - ${VPP_LIBRARIES} + ${VPP_LIBRARY_VPPAPICLIENT} ${ANDROID_LIBRARIES} ${OPENSSL_LIBRARIES} ${WINDOWS_LIBRARIES} -- cgit 1.2.3-korg