aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2020-02-18 16:44:20 +0100
committerMauro Sardara <msardara@cisco.com>2020-02-18 16:44:20 +0100
commite43298508d6e8afe67cebb53f97499dd06f4d822 (patch)
treed9be97bddd025e585f3ce40519d2975f4021606c
parent4590ae6202d7f3fbf932a57e4d9500ce5ac1e473 (diff)
[HICN-527] Add component for libhttpproxy.
Change-Id: I6396bbab63cc8d5e8c303df83240cf458b5eb8d7 Signed-off-by: Mauro Sardara <msardara@cisco.com>
-rw-r--r--apps/http-proxy/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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}
)