diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-03-15 09:57:03 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-03-15 09:57:03 +0100 |
commit | e96fa2cd6b81784ad6fb6ba1794ac6e034486b97 (patch) | |
tree | fa5e0c658bdb0d5e01983a368c661c2a971c0b70 /CMakeLists.txt | |
parent | 53d2c7bab0afcb08df649cd8ca8ed719e1c8f743 (diff) |
afm-util: install and pretty printing
Change-Id: I00cadda36c71495c352cfee9bfd4540f5defc89e
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 48cb270..ebae7fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,5 +57,6 @@ defstr(FWK_LAUNCH_CONF "${afm_confdir}/afm-launch.conf") add_subdirectory(src) add_subdirectory(conf) +add_subdirectory(scripts) |