diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-24 12:47:41 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-10-17 10:40:30 +0200 |
commit | 238cabda41dd88a9ac482b3b28886acd0a31ca6c (patch) | |
tree | 49735a1929690725886f142781b31820192fdaf4 /high-can-binding/CMakeLists.txt | |
parent | 1cd92a82c9efb72785903cf2fe089f1c3e9ef6dd (diff) |
Rename API from high-can to high-viwi
This service is meant to be more generic and expose as
many information from several sources.
Change-Id: I657dedf397ab55e048e435dfd16ce47066820347
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'high-can-binding/CMakeLists.txt')
-rw-r--r-- | high-can-binding/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/high-can-binding/CMakeLists.txt b/high-can-binding/CMakeLists.txt index 3eb64c7..f8f1dc3 100644 --- a/high-can-binding/CMakeLists.txt +++ b/high-can-binding/CMakeLists.txt @@ -18,10 +18,10 @@ ########################################################################### # Add target to project dependency list -PROJECT_TARGET_ADD(high-can) +PROJECT_TARGET_ADD(high-viwi) # Define project Targets - add_library(${TARGET_NAME} MODULE ${TARGET_NAME}-binding.cpp high-can-binding-hat.cpp high.cpp) + add_library(${TARGET_NAME} MODULE ${TARGET_NAME}-binding.cpp high-viwi-binding-hat.cpp high.cpp) # Binder exposes a unique public entry point SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES |