From 5c9b2cd16e76b7d731bd31422b4a555dbeff1541 Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Tue, 14 May 2019 16:05:53 +0200 Subject: [HICN-195] Generate static libs for android Change-Id: Ib78e0ba5108713c6fac0e422eb7bb6f7ba10abc7 Signed-off-by: Angelo Mantellini --- apps/http-server/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/http-server/CMakeLists.txt') diff --git a/apps/http-server/CMakeLists.txt b/apps/http-server/CMakeLists.txt index bedb6afc1..65dcc9a98 100644 --- a/apps/http-server/CMakeLists.txt +++ b/apps/http-server/CMakeLists.txt @@ -62,6 +62,7 @@ include_directories( http-client ) + set(LIBHTTP_SERVER hicnhttpserver) build_library(${LIBHTTP_SERVER} @@ -75,7 +76,7 @@ build_library(${LIBHTTP_SERVER} build_executable(${HTTP_SERVER} SOURCES ${APP_SOURCE_FILES} - LINK_LIBRARIES ${LIBHTTP_SERVER} ${WSOCK32_LIBRARY} ${WS2_32_LIBRARY} + LINK_LIBRARIES ${LIBHTTP_SERVER} ${LIBRARIES} ${ZLIB_LIBRARIES} ${WSOCK32_LIBRARY} ${WS2_32_LIBRARY} DEPENDS ${LIBHTTP_SERVER} COMPONENT ${HICN_APPS} DEFINITIONS ${COMPILER_DEFINITIONS} -- cgit 1.2.3-korg