diff options
author | Mauro Sardara <msardara@cisco.com> | 2019-07-26 17:32:48 +0200 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2019-07-26 18:08:58 +0200 |
commit | 05ca0aa8f612ee48fb66d4dbebe596b7f1e03181 (patch) | |
tree | 613d0c2362fdb62df42ce54aae12362ff0d7d2ec /apps/higet/CMakeLists.txt | |
parent | 7ceadff88f62665194deb12ca0926f5dcd6d3f48 (diff) |
[HICN-253] Mark cmake target for library as static or shared.
Change-Id: I1e8a14f9255f04bddbb87f74a6d6163a02dedb22
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'apps/higet/CMakeLists.txt')
-rw-r--r-- | apps/higet/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/higet/CMakeLists.txt b/apps/higet/CMakeLists.txt index 747760f00..d337f2620 100644 --- a/apps/higet/CMakeLists.txt +++ b/apps/higet/CMakeLists.txt @@ -34,7 +34,7 @@ list(APPEND APPS_SRC build_executable(${HIGET} SOURCES ${APPS_SRC} LINK_LIBRARIES ${LIBTRANSPORT_LIBRARIES} ${WSOCK32_LIBRARY} ${WS2_32_LIBRARY} - DEPENDS ${LIBTRANSPORT} + DEPENDS ${LIBTRANSPORT_LIBRARIES} COMPONENT ${HICN_APPS} DEFINITIONS ${COMPILER_DEFINITIONS} ) |