From b48fd12435900dff51096e6502e60aaa8155e7de Mon Sep 17 00:00:00 2001 From: rgba16f <82187279+rgba16f@users.noreply.github.com> Date: Fri, 23 Apr 2021 20:32:42 -0500 Subject: [PATCH] Delete CryRenderAtomShim from the Gems/AtomLyIntegration/CMakeLists.txt file --- Gems/AtomLyIntegration/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Gems/AtomLyIntegration/CMakeLists.txt b/Gems/AtomLyIntegration/CMakeLists.txt index e313015b46..57bb860a9e 100644 --- a/Gems/AtomLyIntegration/CMakeLists.txt +++ b/Gems/AtomLyIntegration/CMakeLists.txt @@ -15,5 +15,4 @@ add_subdirectory(AtomImGuiTools) add_subdirectory(EMotionFXAtom) add_subdirectory(AtomFont) add_subdirectory(TechnicalArt) -#add_subdirectory(CryRenderAtomShim) add_subdirectory(AtomBridge)