summaryrefslogtreecommitdiffstats
path: root/examples/remoteobjects/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/remoteobjects/CMakeLists.txt')
-rw-r--r--examples/remoteobjects/CMakeLists.txt1
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)