scriptcanvastestingeditor_files.cmake 1.0 KB

123456789101112131415161718192021222324252627
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. set(FILES
  9. Source/ScriptCanvasTestBus.h
  10. Source/ScriptCanvasTestBus.cpp
  11. Source/ScriptCanvasTestingSystemComponent.cpp
  12. Source/ScriptCanvasTestingSystemComponent.h
  13. Source/Framework/ScriptCanvasTestVerify.cpp
  14. Source/Framework/ScriptCanvasTestVerify.h
  15. Source/Nodes/BehaviorContextObjectTestNode.h
  16. Source/Nodes/TestAutoGenFunctions.h
  17. Source/Nodes/TestAutoGenFunctions.cpp
  18. Source/Nodes/TestAutoGenFunctions.ScriptCanvasFunction.xml
  19. Source/Nodes/Nodeables/SharedDataSlotExample.h
  20. Source/Nodes/Nodeables/SharedDataSlotExample.cpp
  21. Source/Nodes/Nodeables/SharedDataSlotExample.ScriptCanvasNodeable.xml
  22. Source/Nodes/Nodeables/ValuePointerReferenceExample.h
  23. Source/Nodes/Nodeables/ValuePointerReferenceExample.cpp
  24. Source/Nodes/Nodeables/ValuePointerReferenceExample.ScriptCanvasNodeable.xml
  25. )