scriptcanvasgem_debugger_files.cmake 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. Include/ScriptCanvas/Debugger/API.h
  10. Include/ScriptCanvas/Debugger/API.cpp
  11. Include/ScriptCanvas/Debugger/APIArguments.h
  12. Include/ScriptCanvas/Debugger/APIArguments.cpp
  13. Include/ScriptCanvas/Debugger/Bus.h
  14. Include/ScriptCanvas/Debugger/ClientTransceiver.h
  15. Include/ScriptCanvas/Debugger/ClientTransceiver.cpp
  16. Include/ScriptCanvas/Debugger/Debugger.h
  17. Include/ScriptCanvas/Debugger/Debugger.cpp
  18. Include/ScriptCanvas/Debugger/Logger.h
  19. Include/ScriptCanvas/Debugger/Logger.cpp
  20. Include/ScriptCanvas/Debugger/StatusBus.h
  21. Include/ScriptCanvas/Debugger/Messages/Notify.cpp
  22. Include/ScriptCanvas/Debugger/Messages/Notify.h
  23. Include/ScriptCanvas/Debugger/Messages/Request.cpp
  24. Include/ScriptCanvas/Debugger/Messages/Request.h
  25. Include/ScriptCanvas/Debugger/ValidationEvents/ValidationEvent.h
  26. Include/ScriptCanvas/Debugger/ValidationEvents/GraphTranslationValidation/GraphTranslationValidations.h
  27. Include/ScriptCanvas/Debugger/ValidationEvents/GraphTranslationValidation/GraphTranslationValidationIds.h
  28. Include/ScriptCanvas/Debugger/ValidationEvents/ParsingValidation/ParsingValidations.h
  29. Include/ScriptCanvas/Debugger/ValidationEvents/ParsingValidation/ParsingValidationIds.h
  30. Include/ScriptCanvas/Debugger/ValidationEvents/DataValidation/DataValidationEvents.h
  31. Include/ScriptCanvas/Debugger/ValidationEvents/DataValidation/DataValidationIds.h
  32. Include/ScriptCanvas/Debugger/ValidationEvents/DataValidation/DynamicDataTypeEvent.h
  33. Include/ScriptCanvas/Debugger/ValidationEvents/DataValidation/InvalidExpressionEvent.h
  34. Include/ScriptCanvas/Debugger/ValidationEvents/DataValidation/InvalidRandomSignalEvent.h
  35. Include/ScriptCanvas/Debugger/ValidationEvents/DataValidation/InvalidVariableTypeEvent.h
  36. Include/ScriptCanvas/Debugger/ValidationEvents/DataValidation/ScopedDataConnectionEvent.h
  37. Include/ScriptCanvas/Debugger/ValidationEvents/DataValidation/SlotReferenceEvent.h
  38. Include/ScriptCanvas/Debugger/ValidationEvents/DataValidation/UnknownEndpointEvent.h
  39. Include/ScriptCanvas/Debugger/ValidationEvents/DataValidation/ScriptEventVersionMismatch.h
  40. Include/ScriptCanvas/Debugger/ValidationEvents/ExecutionValidation/ExecutionValidationEvents.h
  41. Include/ScriptCanvas/Debugger/ValidationEvents/ExecutionValidation/ExecutionValidationIds.h
  42. Include/ScriptCanvas/Debugger/ValidationEvents/ExecutionValidation/UnusedNodeEvent.h
  43. Include/ScriptCanvas/Debugger/ValidationEvents/ValidationEffects/FocusOnEffect.h
  44. Include/ScriptCanvas/Debugger/ValidationEvents/ValidationEffects/HighlightEffect.h
  45. Include/ScriptCanvas/Debugger/ValidationEvents/ValidationEffects/GreyOutEffect.h
  46. )