diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-02-08 21:24:56 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-02-08 21:38:37 +0100 |
commit | 7632c5fdfb2bced129e46adcfe5329e386eee303 (patch) | |
tree | 64433f675ebed2df1b568ea4fb4ecdfc7c6d1281 /CMakeLists.txt | |
parent | 792017f816d7c4eb24277bee14605c49164af5b3 (diff) |
adds config file for launchers
Change-Id: Ibbedefcdedbfc7f6fe7c89f8e8f32d022a93ca19
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 e8c98b4..48cb270 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,6 +53,7 @@ defstr(FWK_ICON_DIR "${afm_icondir}") defstr(FWK_APP_DIR "${afm_appdir}") defstr(FWK_USER_APP_DIR "${afm_user_appdir}") defstr(WGTPKG_TRUSTED_CERT_DIR "${wgtpkg_trusted_cert_dir}") +defstr(FWK_LAUNCH_CONF "${afm_confdir}/afm-launch.conf") add_subdirectory(src) add_subdirectory(conf) |