[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:
@@ -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(
|
||||
|
||||
@@ -12,5 +12,8 @@
|
||||
"Profiler"
|
||||
],
|
||||
"icon_path": "preview.png",
|
||||
"requirements": ""
|
||||
"requirements": "",
|
||||
"dependencies": [
|
||||
"ImGui"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user