diff options
author | Alberto Compagno <acompagn+fdio@cisco.com> | 2019-11-22 15:22:41 +0100 |
---|---|---|
committer | Alberto Compagno <acompagn+fdio@cisco.com> | 2019-11-22 15:22:41 +0100 |
commit | aa85de386a9de70fb7721ccecb5d1b9c97035c6a (patch) | |
tree | 3ad23177443a881048c6b33f3dfea4f39f7dedc3 /apps/higet | |
parent | fc47fb553d3ab61079bb288942b0328e4b3392fb (diff) |
[HICN-412] Added option LINK_FLAGSgto build_executable to specify link flags
Change-Id: I6b382abe374d896c9ea1e0ef5573ba166fafec94
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
Diffstat (limited to 'apps/higet')
-rw-r--r-- | apps/higet/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/higet/CMakeLists.txt b/apps/higet/CMakeLists.txt index 83a13bcca..76814384d 100644 --- a/apps/higet/CMakeLists.txt +++ b/apps/higet/CMakeLists.txt @@ -37,4 +37,5 @@ build_executable(${HIGET} DEPENDS ${LIBTRANSPORT_LIBRARIES} COMPONENT ${HICN_APPS} DEFINITIONS ${COMPILER_DEFINITIONS} + LINK_FLAGS ${LINK_FLAGS} ) |