diff options
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 |