diff --git a/ApplicationCode/GrpcInterface/CMakeLists.cmake b/ApplicationCode/GrpcInterface/CMakeLists.cmake index 0e4e01eb08..1102b554e8 100644 --- a/ApplicationCode/GrpcInterface/CMakeLists.cmake +++ b/ApplicationCode/GrpcInterface/CMakeLists.cmake @@ -182,15 +182,13 @@ if (RESINSIGHT_GRPC_PYTHON_EXECUTABLE) "rips/contour_map.py" "rips/grid.py" "rips/gridcasegroup.py" - "rips/project.py" "rips/instance.py" "rips/pdmobject.py" "rips/plot.py" + "rips/project.py" "rips/simulation_well.py" "rips/view.py" - "rips/wellpath.py" "rips/well_log_plot.py" - "rips/well_bore_stability_plot.py" "rips/PythonExamples/instance_example.py" "rips/PythonExamples/command_example.py" "rips/PythonExamples/case_grid_group.py"