TOD: Add TOuch Drivers loader

This commit is contained in:
Marco Trevisan (Treviño)
2019-12-17 00:48:49 +01:00
parent b8e558452a
commit 29be067297
8 changed files with 294 additions and 0 deletions
+5
View File
@@ -22,3 +22,8 @@ option('doc',
description: 'Whether to build the API documentation',
type: 'boolean',
value: true)
option('tod',
description: 'Whether to build the TOD library',
type: 'boolean',
value: true)