From c4623165cb9413fcf0e91d0a3a042bece9036d72 Mon Sep 17 00:00:00 2001 From: Gaute Lindkvist Date: Tue, 25 Feb 2020 15:23:58 +0100 Subject: [PATCH] Add rips/generated/pdm_objects.py to python sources for install step --- ApplicationCode/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ApplicationCode/CMakeLists.txt b/ApplicationCode/CMakeLists.txt index 6d30f9f73a..2911d26e95 100644 --- a/ApplicationCode/CMakeLists.txt +++ b/ApplicationCode/CMakeLists.txt @@ -544,6 +544,7 @@ if (RESINSIGHT_ENABLE_GRPC) COMMAND $/ResInsight ARGS --console --generate ${GRPC_PYTHON_SOURCE_PATH}/rips/Generated/pdm_objects.py COMMENT "Generating ${GRPC_PYTHON_SOURCE_PATH}/Generated/pdm_objects.py" ) + list (APPEND GRPC_PYTHON_SOURCES_FULL_PATH ${GRPC_PYTHON_SOURCE_PATH}/rips/Generated/pdm_objects.py) endif(RESINSIGHT_ENABLE_GRPC) #############################################################################