diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2019-02-27 17:44:37 +0100 |
---|---|---|
committer | Loïc Collignon <loic.collignon@iot.bzh> | 2019-03-11 13:40:54 +0100 |
commit | 85a5bd0a1ac34dbe30bc06f667ec27bac3cf6724 (patch) | |
tree | b19040bde5475382d8178044f39e245a95f5bae2 /bindings/tutorial/CMakeLists.txt | |
parent | a5143cea54e70859269556277353ceafedfa8895 (diff) |
c++: Add tutorial tuto-5 for C++ class base_api_t
Added the tuto-5 that show how to benefit from the
new 'binding-object' header and its new class 'base_api_t'.
Change-Id: I81e6fd8dc5899b8e93d75530d902c0e12fba72a9
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'bindings/tutorial/CMakeLists.txt')
-rw-r--r-- | bindings/tutorial/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/tutorial/CMakeLists.txt b/bindings/tutorial/CMakeLists.txt index 07b7e3f1..f05fa541 100644 --- a/bindings/tutorial/CMakeLists.txt +++ b/bindings/tutorial/CMakeLists.txt @@ -33,5 +33,6 @@ tuto(1 c) tuto(2 c) tuto(3 cpp) tuto(4 c) +tuto(5 cpp) tuto(app1 c) |