Adding back gem.json files to the Atom and AtomLyIntegration folders

which are to be seen as sub gem roots as a workaround for detecting the
location of the "gem" root for the Atom/AtomLyIntegration GEM_MODULE targets

Removed the logic in the SettingsRegistry.cmake for reading a
"gem_module_roots" key from the gem.json file in order to determine the
root of the Atom and Atom LyIntegration sub gem modules
This commit is contained in:
lumberyard-employee-dm
2021-05-24 11:39:07 -05:00
parent 57bdc58c68
commit 21285809bf
23 changed files with 213 additions and 97 deletions
+2 -10
View File
@@ -1,13 +1,5 @@
{
"gem_name": "AtomLyIntegration",
"gem_module_roots": [
"AtomBridge",
"AtomFont",
"AtomImGuiTools",
"AtomViewportDisplayInfo",
"CommonFeatures",
"EMotionFXAtom",
"ImguiAtom",
"TechnicalArt/DccScriptingInterface"
]
"display_name": "Atom O3DE Integration",
"summary": "Collection of module targets for integrating Atom with the O3DE engine"
}