diff options
author | José Bollo <jose.bollo@iot.bzh> | 2015-12-29 15:08:15 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2015-12-29 15:13:46 +0100 |
commit | 36a5034839183d1c49b63e4cbd955004bf46a8b3 (patch) | |
tree | 1d0ffe483fd49f75e36daf25bc8b7e311f9c7de1 /CMakeLists.txt | |
parent | 6b8b90ae60a9f1deb0d45c92fbd0da697462b781 (diff) |
manages simulation of security-manager
Change-Id: Ia465bab3ae99e95daa7afd5bd22a98bea1bfef17
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e6995c..f62a279 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,7 @@ macro(setc name value) endmacro(setc) setc(USE_LIBZIP 1) +setc(USE_SIMULATION 1) setc(afm_name "aglfwk") setc(afm_confdir "${CMAKE_INSTALL_FULL_SYSCONFDIR}/${afm_name}") |