From 7c475e72e48d2ffec66fb5778e7e1a0d28a9801c Mon Sep 17 00:00:00 2001 From: Gaute Lindkvist Date: Wed, 22 May 2019 19:31:12 +0200 Subject: [PATCH] gRPC: Add SetResultValues.py example --- ApplicationCode/GrpcInterface/CMakeLists.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/ApplicationCode/GrpcInterface/CMakeLists.cmake b/ApplicationCode/GrpcInterface/CMakeLists.cmake index 5d09be5bb4..f3e6e911b8 100644 --- a/ApplicationCode/GrpcInterface/CMakeLists.cmake +++ b/ApplicationCode/GrpcInterface/CMakeLists.cmake @@ -150,6 +150,7 @@ if (PYTHON_EXECUTABLE AND EXISTS ${PYTHON_EXECUTABLE}) "examples/ResultValues.py" "examples/SelectedCases.py" "examples/AllCases.py" + "examples/SetResultValues.py" "tests/test_sample.py" )