From d0fdae3af6998efdce4c6ba0c5d650898c9c5b27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Tue, 31 May 2016 15:07:16 +0200 Subject: [PATCH] set version 1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ie73f6c6e16855f7502c982c994766b58015ebd3d Signed-off-by: José Bollo --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index abae909..c2511af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,6 +28,12 @@ macro(setc name value) endif(NOT DEFINED ${name}) endmacro(setc) +SET(PROJECT_NAME "AFM Main") +SET(PROJECT_PRETTY_NAME "Application Framework Main") +SET(PROJECT_DESCRIPTION "Secured Application framework") +SET(PROJECT_VERSION "1.0") +SET(PROJECT_URL "https://github.com/iotbzh/afm-main") + setc(USE_LIBZIP 1) setc(USE_SIMULATION 1) -- 2.16.6