[atom_cpu_profiler_gem_promotion] added missing configuration entries pointed out in PR

Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
This commit is contained in:
AMZN-ScottR
2021-10-19 12:15:28 -07:00
parent 1b1ef46d9d
commit 55bc403cd8
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -39,6 +39,7 @@ ly_add_target(
)
ly_create_alias(NAME Profiler.Servers NAMESPACE Gem TARGETS Gem::Profiler)
ly_create_alias(NAME Profiler.Builders NAMESPACE Gem TARGETS Gem::Profiler)
# visualization portion
ly_add_target(
+4 -1
View File
@@ -12,5 +12,8 @@
"Profiler"
],
"icon_path": "preview.png",
"requirements": ""
"requirements": "",
"dependencies": [
"ImGui"
]
}