mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Generate Python class skeletons
This commit is contained in:
@@ -536,11 +536,19 @@ if(RESINSIGHT_ENABLE_UNITY_BUILD)
|
||||
endforeach(fileToExclude)
|
||||
endif()
|
||||
|
||||
#########################################################
|
||||
# Generate Script stubs and Scripting API documentation #
|
||||
#########################################################
|
||||
if (RESINSIGHT_ENABLE_GRPC)
|
||||
add_custom_command(TARGET ResInsight POST_BUILD
|
||||
COMMAND $<TARGET_FILE_DIR:ResInsight>/ResInsight ARGS --console --generate ${GRPC_PYTHON_SOURCE_PATH}/rips/Generated/pdm_objects.py
|
||||
COMMENT "Generating ${GRPC_PYTHON_SOURCE_PATH}/Generated/pdm_objects.py"
|
||||
)
|
||||
endif(RESINSIGHT_ENABLE_GRPC)
|
||||
|
||||
#############################################################################
|
||||
# Copy Dlls on MSVC
|
||||
#############################################################################
|
||||
|
||||
|
||||
if (MSVC)
|
||||
|
||||
# Qt DLLs
|
||||
|
||||
Reference in New Issue
Block a user