Add a client API example

This commit is contained in:
wm4
2014-02-10 21:30:55 +01:00
parent 3dd12104d9
commit a6da2a6608
4 changed files with 69 additions and 0 deletions

View File

@@ -14,6 +14,11 @@ build_options = [
'desc': 'enable shared library',
'default': 'disable',
'func': check_true
}, {
'name': '--client-api-examples',
'desc': 'build client API examples',
'deps': ['shared'],
'func': check_true
}, {
'name': '--static-build',
'desc': 'static build',