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/CMakeLists.txt | |
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/CMakeLists.txt')
-rwxr-xr-x | hicn-light/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hicn-light/CMakeLists.txt b/hicn-light/CMakeLists.txt index ca290aee8..1a5a7f9e2 100755 --- a/hicn-light/CMakeLists.txt +++ b/hicn-light/CMakeLists.txt @@ -10,6 +10,7 @@ endif() set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../cmake/Modules" + "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules" ) set(CMAKE_C_STANDARD 11) @@ -43,6 +44,8 @@ else() ) endif() +include( Packaging ) + find_package(Threads REQUIRED) set(HICN_LIGHT_LINK_LIBRARIES |