diff options
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") |