diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-06 18:05:41 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-07-10 17:12:30 +0200 |
commit | 5d43cc3428569c62ff1804a5d79afa27637c8479 (patch) | |
tree | 6df7b6b71cb0642af645560c47f3ad1ab297eb73 /conf.d/cmake | |
parent | c63e3b622eca925e6f3144607251f3936efbb678 (diff) |
Include pkg config file.
afb-test is considered like a binding "system" which could
be retrieved using pkgconfig file variable.
Change-Id: Icc9a0186093c98817e1a421d7ddee8043a33efa1
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 889ee9a..b66cd77 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -18,11 +18,11 @@ # Project Info # ------------------ -set(PROJECT_NAME test) +set(PROJECT_NAME afb-test) set(PROJECT_VERSION "5.0") set(PROJECT_PRETTY_NAME "Binding to test other bindings") set(PROJECT_DESCRIPTION "Binding used to test other binding") -set(PROJECT_URL "https://github.com/iotbzh/afb-afb-test") +set(PROJECT_URL "https://github.com/iotbzh/afb-test") set(PROJECT_ICON "icon.png") set(PROJECT_AUTHOR "Forlot Romain") set(PROJECT_AUTHOR_MAIL "romain.forlot@iot.bzh") |