diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-24 10:27:04 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 15:02:04 +0100 |
commit | 2b20a3cc10785c479cb003e0fa9822f023c87ce1 (patch) | |
tree | 35aee7d9b3ae226fc5612b9ac6848d7f32345362 /conf.d | |
parent | cc5a4e3c78af19de0ddfca984eed192cc146a5ee (diff) |
Clean up module naming
Diffstat (limited to 'conf.d')
-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 b97cb7a..72f2f15 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -18,7 +18,7 @@ # Project Info # ------------------ -set(PROJECT_NAME Controller-binding) +set(PROJECT_NAME afb-controller) set(PROJECT_VERSION "1.0") set(PROJECT_PRETTY_NAME "Controller Binding for AGL Application Framework") set(PROJECT_DESCRIPTION "Create controls that could be mapped to LUA functions, callback or API/VERB methods.") |