diff options
author | Mauro Sardara <msardara@cisco.com> | 2019-01-22 00:02:05 +0100 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2019-01-22 14:38:36 +0100 |
commit | 211b6a8bc6d959a874a43f28d4cda43eae48200d (patch) | |
tree | ba0385073c4c2f9baaf611a7f2c7a1e38d507edc /hicn-light/src | |
parent | 7d710d62fcb2a15505a7a0fc8feb91b8342fafd6 (diff) |
[HICN-3] First version of packaging system based on cmake.
Change-Id: I576f84f4c12f932e17e9169f2c6ffdaed128ca10
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'hicn-light/src')
-rwxr-xr-x | hicn-light/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-light/src/CMakeLists.txt b/hicn-light/src/CMakeLists.txt index 939f38a34..1951d00f7 100755 --- a/hicn-light/src/CMakeLists.txt +++ b/hicn-light/src/CMakeLists.txt @@ -38,7 +38,7 @@ build_library(${LIBHICN_LIGHT} INSTALL_HEADERS ${TO_INSTALL_HEADERS} LINK_LIBRARIES ${LIBRARIES} DEPENDS ${DEPENDENCIES} - COMPONENT hicn-light + COMPONENT ${LIBHICN_LIGHT} INCLUDE_DIRS ${HICN_LIGHT_INCLUDE_DIRS} INSTALL_ROOT_DIR hicn/hicn-light DEFINITIONS ${COMPILER_DEFINITIONS} |