diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-09 12:04:56 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-10 17:12:30 +0200 |
commit | d7c515863ecd8a8cc7e0103c9486b4014558793b (patch) | |
tree | 2ab26ee8922f21dded6d4c4315fce04fcc0e3e4e /conf.d/cmake/config.cmake | |
parent | 34f32fcb7b1ea567c60c9ae1f46a235e0fba4bfe (diff) |
Enhance pkgconfig file.
Change-Id: I56c220dd9648c61c2e8667e42864958a4a2c96eb
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index b66cd77..790235f 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -20,7 +20,7 @@ # ------------------ set(PROJECT_NAME afb-test) set(PROJECT_VERSION "5.0") -set(PROJECT_PRETTY_NAME "Binding to test other bindings") +set(PROJECT_PRETTY_NAME "Application Framework Test") set(PROJECT_DESCRIPTION "Binding used to test other binding") set(PROJECT_URL "https://github.com/iotbzh/afb-test") set(PROJECT_ICON "icon.png") |