From 211b6a8bc6d959a874a43f28d4cda43eae48200d Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Tue, 22 Jan 2019 00:02:05 +0100 Subject: [HICN-3] First version of packaging system based on cmake. Change-Id: I576f84f4c12f932e17e9169f2c6ffdaed128ca10 Signed-off-by: Mauro Sardara --- hicn-light/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hicn-light/CMakeLists.txt') 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 -- cgit 1.2.3-korg