diff options
author | Mauro Sardara <msardara@cisco.com> | 2019-03-25 16:47:47 +0100 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2019-03-27 15:05:44 +0100 |
commit | e7af5711a05311ac92d0f8c59986fea4032937c9 (patch) | |
tree | f6773cd84634f4404fb8b192a50ee84f8ef65162 /apps/higet | |
parent | 558581790763815071e9c77e06047e689faf752f (diff) |
[HICN-149] Build packages for applications.
Change-Id: Ia13bc4d2711b9897c0afb9b9b43cd04667e41bac
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'apps/higet')
-rw-r--r-- | apps/higet/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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} ) |