diff options
author | José Bollo <jose.bollo@iot.bzh> | 2015-12-29 17:40:21 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2015-12-29 17:40:21 +0100 |
commit | ffad58b4a2a45613101f4dca75cf6cde33e74cb3 (patch) | |
tree | 8e6a7438e3636b809c6c998e13a0ade3d8093054 /CMakeLists.txt | |
parent | df95c86712d96754a4d660e9ddf98bdbad746cf4 (diff) |
packages and install configuration files
Change-Id: I8a0d4c42d7fe02eabc06c91af9c488bb8235df4a
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 f62a279..e8c98b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,5 +55,6 @@ defstr(FWK_USER_APP_DIR "${afm_user_appdir}") defstr(WGTPKG_TRUSTED_CERT_DIR "${wgtpkg_trusted_cert_dir}") add_subdirectory(src) +add_subdirectory(conf) |