diff options
| author | Brett Stottlemyer <bstottle@ford.com> | 2021-03-07 10:51:50 -0500 |
|---|---|---|
| committer | Brett Stottlemyer <bstottle@ford.com> | 2021-07-15 14:44:24 -0400 |
| commit | 0ab10b008f4b713b7a58206b796668e05e80c2c6 (patch) | |
| tree | 6795aadfd8e9d74d962ccd8709342dc414fd6065 /examples/remoteobjects/CMakeLists.txt | |
| parent | d8b6dce0d2cf91e20905856aef06c77c8659da98 (diff) | |
Add example of reading CBOR data from pythonwip/serialization
This is currently a test harness that will expand as the CBOR
functionality is prototyped.
A start at changes to repc to autogenerate python code for Replica types
is also included.
Change-Id: I97c3ad4c62c7d747c1918f88be41fb7643bbb46d
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Michael Brasser <michael.brasser@live.com>
Diffstat (limited to 'examples/remoteobjects/CMakeLists.txt')
| -rw-r--r-- | examples/remoteobjects/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/remoteobjects/CMakeLists.txt b/examples/remoteobjects/CMakeLists.txt index ec71f6f..652c64b 100644 --- a/examples/remoteobjects/CMakeLists.txt +++ b/examples/remoteobjects/CMakeLists.txt @@ -2,6 +2,7 @@ add_subdirectory(server) add_subdirectory(cppclient) +add_subdirectory(cbor_python) add_subdirectory(simpleswitch) add_subdirectory(websockets) if(TARGET Qt::Widgets) |
