From e7af5711a05311ac92d0f8c59986fea4032937c9 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Mon, 25 Mar 2019 16:47:47 +0100 Subject: [HICN-149] Build packages for applications. Change-Id: Ia13bc4d2711b9897c0afb9b9b43cd04667e41bac Signed-off-by: Mauro Sardara --- apps/higet/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/higet/CMakeLists.txt') diff --git a/apps/higet/CMakeLists.txt b/apps/higet/CMakeLists.txt index 5dcae66b2..8c7188c49 100644 --- a/apps/higet/CMakeLists.txt +++ b/apps/higet/CMakeLists.txt @@ -26,10 +26,10 @@ list(APPEND APPS_SRC higet.cc ) -build_executable(higet +build_executable(${HIGET} SOURCES ${APPS_SRC} LINK_LIBRARIES ${LIBTRANSPORT_LIBRARIES} ${WSOCK32_LIBRARY} ${WS2_32_LIBRARY} DEPENDS ${LIBTRANSPORT} - COMPONENT higet + COMPONENT ${HICN_APPS} DEFINITIONS ${COMPILER_DEFINITIONS} ) -- cgit 1.2.3-korg