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 /lib/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 'lib/CMakeLists.txt')
-rwxr-xr-x | lib/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 1be5e67f9..8b0280d7b 100755 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -30,6 +30,8 @@ if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR) set(LIBHICN hicn) endif() +include (Packaging) + set(CMAKE_VERSION_MAJOR 0) set(CMAKE_VERSION_MINOR 1) set(CMAKE_VERSION_PATCH 1) @@ -47,4 +49,4 @@ if (ANDROID_API) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${ANDROID_C_FLAGS} -std=c99") endif () -add_subdirectory (src) +add_subdirectory (src)
\ No newline at end of file |