aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-05-31 15:07:16 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-05-31 15:07:16 +0200
commitd0fdae3af6998efdce4c6ba0c5d650898c9c5b27 (patch)
tree4ac2b8eb760c39e9a7f83749d617215b885b1a3e
parent4a9396e083419695265fa15f06a7409cd73529f8 (diff)
set version 1.0
Change-Id: Ie73f6c6e16855f7502c982c994766b58015ebd3d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
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)