editorpythonbindings_common_files.cmake 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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/EditorPythonBindings/CustomTypeBindingBus.h
  10. Include/EditorPythonBindings/EditorPythonBindingsBus.h
  11. Include/EditorPythonBindings/EditorPythonBindingsSymbols.h
  12. Include/EditorPythonBindings/PythonUtility.h
  13. Include/EditorPythonBindings/PythonCommon.h
  14. Source/ActionManager/ActionManagerBus.h
  15. Source/ActionManager/MenuManagerBus.h
  16. Source/ActionManager/PythonActionManagerHandler.cpp
  17. Source/ActionManager/PythonActionManagerHandler.h
  18. Source/ActionManager/PythonEditorAction.cpp
  19. Source/ActionManager/PythonEditorAction.h
  20. Source/ActionManager/ToolBarManagerBus.h
  21. Source/PythonLogSymbolsComponent.cpp
  22. Source/PythonLogSymbolsComponent.h
  23. Source/PythonMarshalComponent.cpp
  24. Source/PythonMarshalComponent.h
  25. Source/PythonMarshalTuple.cpp
  26. Source/PythonMarshalTuple.h
  27. Source/PythonProxyBus.cpp
  28. Source/PythonProxyBus.h
  29. Source/PythonProxyObject.cpp
  30. Source/PythonProxyObject.h
  31. Source/PythonReflectionComponent.cpp
  32. Source/PythonReflectionComponent.h
  33. Source/PythonSymbolsBus.h
  34. Source/PythonSystemComponent.cpp
  35. Source/PythonSystemComponent.h
  36. Source/PythonTypeCasters.h
  37. Source/PythonUtility.cpp
  38. )