Added an installation of the scripts/o3de folder as a local package for the o3de python that is installed through cmake

This commit is contained in:
lumberyard-employee-dm
2021-05-19 00:54:31 -05:00
parent c6b0e3562e
commit f3d2642926
+2
View File
@@ -270,6 +270,8 @@ if (NOT CMAKE_SCRIPT_MODE_FILE)
ly_pip_install_local_package_editable(${LY_ROOT_FOLDER}/Tools/RemoteConsole/ly_remote_console ly-remote-console)
ly_pip_install_local_package_editable(${LY_ROOT_FOLDER}/AutomatedTesting/Gem/PythonTests/EditorPythonTestTools editor-python-test-tools)
endif()
ly_pip_install_local_package_editable(${LY_ROOT_FOLDER}/scripts/o3de o3de)
endif()
endif()