moved AssetSystemStub to TestUtils folder

Signed-off-by: Guthrie Adams <guthadam@amazon.com>
This commit is contained in:
Guthrie Adams
2021-11-03 17:28:12 -05:00
parent bb4fdc8fe8
commit 9522945f20
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ ly_add_target(
if(PAL_TRAIT_BUILD_HOST_TOOLS)
ly_add_target(
NAME Atom_Utils.Editor.Static STATIC
NAME Atom_Utils.TestUtils.Static STATIC
NAMESPACE Gem
FILES_CMAKE
atom_utils_editor_files.cmake
@@ -6,7 +6,7 @@
*
*/
#include <Atom/Utils/AssetSystemStub.h>
#include <Atom/Utils/TestUtils/AssetSystemStub.h>
#include <AzFramework/StringFunc/StringFunc.h>
namespace UnitTest
@@ -7,6 +7,6 @@
#
set(FILES
Include/Atom/Utils/AssetSystemStub.h
Source/AssetSystemStub.cpp
Include/Atom/Utils/TestUtils/AssetSystemStub.h
Source/TestUtils/AssetSystemStub.cpp
)