moved AssetSystemStub to TestUtils folder
Signed-off-by: Guthrie Adams <guthadam@amazon.com>
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user