From 5d1c0ff6989c25cc13cb7a44f7aa4389b781cff8 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 1 Jan 2019 22:56:56 +0100 Subject: [PATCH] Add a missing file in the archive --- examples/python/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/python/CMakeLists.txt b/examples/python/CMakeLists.txt index bbf438665c..fdfb6ce3ed 100644 --- a/examples/python/CMakeLists.txt +++ b/examples/python/CMakeLists.txt @@ -12,5 +12,6 @@ foreach(example actor-create actor-yield exec-basic) endif() endforeach() -set(tesh_files ${tesh_files} PARENT_SCOPE) +set(tesh_files examples/python/actor-create/actor-create_d.xml + ${tesh_files} PARENT_SCOPE) set(examples_src ${examples_src} PARENT_SCOPE) -- 2.20.1