From 85a5bd0a1ac34dbe30bc06f667ec27bac3cf6724 Mon Sep 17 00:00:00 2001 From: Loïc Collignon Date: Wed, 27 Feb 2019 17:44:37 +0100 Subject: c++: Add tutorial tuto-5 for C++ class base_api_t MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- bindings/tutorial/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'bindings/tutorial/CMakeLists.txt') 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) -- cgit 1.2.3-korg