From 55bc403cd8a8699ca67360e36edadbf6b921c94c Mon Sep 17 00:00:00 2001 From: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com> Date: Tue, 19 Oct 2021 12:15:28 -0700 Subject: [PATCH] [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> --- Gems/Profiler/Code/CMakeLists.txt | 1 + Gems/Profiler/gem.json | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Gems/Profiler/Code/CMakeLists.txt b/Gems/Profiler/Code/CMakeLists.txt index e2de276e57..6e4adca67c 100644 --- a/Gems/Profiler/Code/CMakeLists.txt +++ b/Gems/Profiler/Code/CMakeLists.txt @@ -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( diff --git a/Gems/Profiler/gem.json b/Gems/Profiler/gem.json index 460a5bde99..2f121d7618 100644 --- a/Gems/Profiler/gem.json +++ b/Gems/Profiler/gem.json @@ -12,5 +12,8 @@ "Profiler" ], "icon_path": "preview.png", - "requirements": "" + "requirements": "", + "dependencies": [ + "ImGui" + ] }