File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ if (LLDB_ENABLE_PYTHON AND SPHINX_FOUND)
2828 add_custom_target (lldb-python-doc -package
2929 COMMAND "${CMAKE_COMMAND} " -E copy "${lldb_bindings_dir} /lldb.py" "${CMAKE_CURRENT_BINARY_DIR} /lldb/__init__.py"
3030 COMMAND "${CMAKE_COMMAND} " -E make_directory "${CMAKE_CURRENT_BINARY_DIR} /lldb/plugins"
31+ COMMAND "${CMAKE_COMMAND} " -E copy "${LLDB_SOURCE_DIR} /examples/python/templates/scripted_frame_provider.py" "${CMAKE_CURRENT_BINARY_DIR} /lldb/plugins/"
3132 COMMAND "${CMAKE_COMMAND} " -E copy "${LLDB_SOURCE_DIR} /examples/python/templates/scripted_process.py" "${CMAKE_CURRENT_BINARY_DIR} /lldb/plugins/"
3233 COMMAND "${CMAKE_COMMAND} " -E copy "${LLDB_SOURCE_DIR} /examples/python/templates/scripted_platform.py" "${CMAKE_CURRENT_BINARY_DIR} /lldb/plugins/"
3334 COMMAND "${CMAKE_COMMAND} " -E copy "${LLDB_SOURCE_DIR} /examples/python/templates/operating_system.py" "${CMAKE_CURRENT_BINARY_DIR} /lldb/plugins/"
You can’t perform that action at this time.
0 commit comments