Improving projects shown in the IDE for projects building from installed sdk

This commit is contained in:
pappeste
2021-04-30 14:20:15 -07:00
parent 59d642dfbd
commit 9681eb4a4d
4 changed files with 22 additions and 9 deletions
+5 -4
View File
@@ -265,10 +265,11 @@ if (NOT CMAKE_SCRIPT_MODE_FILE)
# we also need to make sure any custom packages are installed.
# this costs a moment of time though, so we'll only do it based on stamp files.
ly_pip_install_local_package_editable(${LY_ROOT_FOLDER}/Tools/LyTestTools ly-test-tools)
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)
if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND NOT INSTALLED_ENGINE)
ly_pip_install_local_package_editable(${LY_ROOT_FOLDER}/Tools/LyTestTools ly-test-tools)
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()
endif()
endif()