From 7cd325bad901d9b159e9af78574045e453aa21c8 Mon Sep 17 00:00:00 2001 From: Alex Peterson <26804013+AMZN-alexpete@users.noreply.github.com> Date: Thu, 27 May 2021 09:40:48 -0700 Subject: [PATCH] Adding ProjectManager as an Editor runtime dependency The project manager is needed by the editor if it does not know what project to use --- Code/Sandbox/Editor/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Code/Sandbox/Editor/CMakeLists.txt b/Code/Sandbox/Editor/CMakeLists.txt index c62e05f012..4706a61d08 100644 --- a/Code/Sandbox/Editor/CMakeLists.txt +++ b/Code/Sandbox/Editor/CMakeLists.txt @@ -173,6 +173,7 @@ ly_add_target( RUNTIME_DEPENDENCIES Legacy::CrySystem Legacy::EditorLib + ProjectManager ) ly_add_translations( TARGETS Editor