diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-06-07 18:40:00 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-06-13 00:10:51 +0200 |
commit | f6bc48698587758fb764bae66302002fe148e978 (patch) | |
tree | a637013529c705e2c812119f9fee3005a6b2d53e /bindings/CMakeLists.txt | |
parent | 279ac0a77b8689c71812af2e5e67ee9b6e4994ff (diff) |
Refactor of the documentation
Diffstat (limited to 'bindings/CMakeLists.txt')
-rw-r--r-- | bindings/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bindings/CMakeLists.txt b/bindings/CMakeLists.txt index 490e29aa..1a1e9016 100644 --- a/bindings/CMakeLists.txt +++ b/bindings/CMakeLists.txt @@ -16,5 +16,6 @@ # limitations under the License. ########################################################################### -ADD_SUBDIRECTORY(samples) ADD_SUBDIRECTORY(intrinsics) +ADD_SUBDIRECTORY(samples) +ADD_SUBDIRECTORY(tutorial) |