Files
o3de/Gems/ScriptCanvasDeveloper/Code/scriptcanvasdeveloper_gem_editor_files.cmake
T
2021-03-08 14:30:57 -08:00

37 lines
1.8 KiB
CMake

#
# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
# its licensors.
#
# For complete copyright and license terms please see the LICENSE at the root of this
# distribution (the "License"). All use of this software is governed by the License,
# or, if provided, by the license below or the license accompanying this file. Do not
# remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#
set(FILES
Editor/Include/ScriptCanvasDeveloperEditor/Developer.h
Editor/Include/ScriptCanvasDeveloperEditor/DeveloperUtils.h
Editor/Include/ScriptCanvasDeveloperEditor/ScriptCanvasDeveloperEditorComponent.h
Editor/Include/ScriptCanvasDeveloperEditor/Mock.h
Editor/Include/ScriptCanvasDeveloperEditor/MockBus.h
Editor/Include/ScriptCanvasDeveloperEditor/NodeListDumpAction.h
Editor/Include/ScriptCanvasDeveloperEditor/TSGenerateAction.h
Editor/Include/ScriptCanvasDeveloperEditor/WrapperMock.h
Editor/Include/ScriptCanvasDeveloperEditor/AutomationActions/DynamicSlotFullCreation.h
Editor/Include/ScriptCanvasDeveloperEditor/AutomationActions/VariableListFullCreation.h
Editor/Source/Developer.cpp
Editor/Source/DeveloperUtils.cpp
Editor/Source/ScriptCanvasDeveloperGem.cpp
Editor/Source/ScriptCanvasDeveloperEditorComponent.cpp
Editor/Source/Mock.cpp
Editor/Source/NodeListDumpAction.cpp
Editor/Source/TSGenerateAction.cpp
Editor/Source/WrapperMock.cpp
Editor/Source/XMLDoc.cpp
Editor/Source/XMLDoc.h
Editor/Source/AutomationActions/DynamicSlotFullCreation.cpp
Editor/Source/AutomationActions/NodePaletteFullCreation.cpp
Editor/Source/AutomationActions/VariableListFullCreation.cpp
)