From e43298508d6e8afe67cebb53f97499dd06f4d822 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Tue, 18 Feb 2020 16:44:20 +0100 Subject: [HICN-527] Add component for libhttpproxy. Change-Id: I6396bbab63cc8d5e8c303df83240cf458b5eb8d7 Signed-off-by: Mauro Sardara --- apps/http-proxy/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/http-proxy/CMakeLists.txt b/apps/http-proxy/CMakeLists.txt index 94bf895c1..d6681097c 100644 --- a/apps/http-proxy/CMakeLists.txt +++ b/apps/http-proxy/CMakeLists.txt @@ -55,6 +55,7 @@ build_library(${LIBHTTP_PROXY} LINK_LIBRARIES ${LIBRARIES} DEPENDS ${DEPENDENCIES} INCLUDE_DIRS ${LIBTRANSPORT_INCLUDE_DIRS} + COMPONENT ${HICN_APPS} LINK_FLAGS ${LINK_FLAGS} ) -- cgit 1.2.3-korg