Add EditorPythonBindings as an explicit dependency of the White Box Tool (#6479)

* add EditorPythonBindings as an explicit dependency of the White Box Tool

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* add Gem::EditorPythonBindings.Editor as a runtime dependency to White Box Tool Gem

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* remove redundant target scope

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>
This commit is contained in:
Tom Hulton-Harrop
2021-12-17 22:24:16 +00:00
committed by GitHub
parent 18ce01ba7c
commit ddfcccfe2a
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -29,7 +29,6 @@ if(NOT PAL_TRAIT_WHITEBOX_SUPPORTED)
if(PAL_TRAIT_BUILD_HOST_TOOLS)
ly_add_target(
NAME WhiteBox.Editor GEM_MODULE
NAMESPACE Gem
FILES_CMAKE
whitebox_unsupported_files.cmake
@@ -44,6 +43,8 @@ if(NOT PAL_TRAIT_WHITEBOX_SUPPORTED)
BUILD_DEPENDENCIES
PRIVATE
AZ::AzCore
RUNTIME_DEPENDENCIES
Gem::EditorPythonBindings.Editor
)
endif()
return()
+2 -1
View File
@@ -20,6 +20,7 @@
"dependencies": [
"Atom_RPI",
"Atom_Feature_Common",
"CommonFeaturesAtom"
"CommonFeaturesAtom",
"EditorPythonBindings"
]
}