aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/tutorial/CMakeLists.txt
diff options
context:
space:
mode:
authorLoïc Collignon <loic.collignon@iot.bzh>2019-02-27 17:44:37 +0100
committerLoïc Collignon <loic.collignon@iot.bzh>2019-02-27 17:54:26 +0100
commit8c588d04fcb72c2a9b298f73f7085a1bed46fa40 (patch)
treea591065da4cb9f12239c88a3cb1abbb8a34e3258 /bindings/tutorial/CMakeLists.txt
parent9271575a7dd2b783eda8bcc7f06479ee20abbd99 (diff)
Added a tutorial and fix few errorssandbox/ctxnop/binding-object
Added the tuto-5 that show how to benefit from the new 'binding-object' header. Fix few errors that can cause segfault when dealing with events and use the right afb::req object for verbs. Change-Id: I0563dd72a2843b2b54c2e40398ba129aac05ff0c Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'bindings/tutorial/CMakeLists.txt')
-rw-r--r--bindings/tutorial/CMakeLists.txt1
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)