scriptevents_common_files.cmake 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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/ScriptEventsSystemComponent.h
  10. Source/ScriptEventsSystemComponent.cpp
  11. Source/ScriptEventParameter.cpp
  12. Source/ScriptEventsMethod.cpp
  13. Source/ScriptEventsAssetRef.cpp
  14. Include/ScriptEvents/ScriptEventsGem.h
  15. Include/ScriptEvents/ScriptEventsAsset.h
  16. Include/ScriptEvents/ScriptEventsAsset.cpp
  17. Include/ScriptEvents/ScriptEventsAssetRef.h
  18. Include/ScriptEvents/ScriptEventsBus.h
  19. Include/ScriptEvents/ScriptEventRegistration.h
  20. Include/ScriptEvents/ScriptEventRegistration.cpp
  21. Include/ScriptEvents/ScriptEventFundamentalTypes.h
  22. Include/ScriptEvents/ScriptEventDefinition.h
  23. Include/ScriptEvents/ScriptEventDefinition.cpp
  24. Include/ScriptEvents/ScriptEvent.h
  25. Include/ScriptEvents/ScriptEventsMethod.h
  26. Include/ScriptEvents/ScriptEvent.cpp
  27. Include/ScriptEvents/ScriptEventParameter.h
  28. Include/ScriptEvents/ScriptEventSystem.h
  29. Include/ScriptEvents/ScriptEventSystem.cpp
  30. Include/ScriptEvents/ScriptEventTypes.h
  31. Include/ScriptEvents/ScriptEventTypes.cpp
  32. Include/ScriptEvents/Internal/VersionedProperty.h
  33. Include/ScriptEvents/Internal/VersionedProperty.cpp
  34. Include/ScriptEvents/Internal/BehaviorContextBinding/BehaviorContextFactoryMethods.h
  35. Include/ScriptEvents/Internal/BehaviorContextBinding/DefaultEventHandler.h
  36. Include/ScriptEvents/Internal/BehaviorContextBinding/DefaultEventHandler.cpp
  37. Include/ScriptEvents/Internal/BehaviorContextBinding/ScriptEventMethod.h
  38. Include/ScriptEvents/Internal/BehaviorContextBinding/ScriptEventMethod.cpp
  39. Include/ScriptEvents/Internal/BehaviorContextBinding/ScriptEventBroadcast.h
  40. Include/ScriptEvents/Internal/BehaviorContextBinding/ScriptEventBroadcast.cpp
  41. Include/ScriptEvents/Internal/BehaviorContextBinding/ScriptEventsBindingBus.h
  42. Include/ScriptEvents/Internal/BehaviorContextBinding/ScriptEventBinding.h
  43. Include/ScriptEvents/Internal/BehaviorContextBinding/ScriptEventBinding.cpp
  44. )