diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-06-24 14:26:46 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-06-24 14:31:33 +0200 |
commit | 53fbf8d5ac21942636379e0639bef7288842131a (patch) | |
tree | 8410dfe51bc13a1f7d88988c2e095efbad02aa8a /CMakeLists.txt | |
parent | 448982b69026464c16ca0545aa91173a935e49f7 (diff) |
adds certificates
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
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 0591847..f399ad6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,5 +63,6 @@ defstr(FWK_LAUNCH_CONF "${afm_confdir}/afm-launch.conf") add_subdirectory(src) add_subdirectory(conf) add_subdirectory(scripts) +add_subdirectory(certs) |