lua_ide_files.cmake 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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/StandaloneToolsApplication.cpp
  10. Source/StandaloneToolsApplication.h
  11. Source/LuaIDEApplication.h
  12. Source/LuaIDEApplication.cpp
  13. Source/AssetDatabaseLocationListener.h
  14. Source/AssetDatabaseLocationListener.cpp
  15. Source/Editor/LuaEditor.cpp
  16. Source/LUA/BreakpointPanel.cpp
  17. Source/LUA/BreakpointPanel.hxx
  18. Source/LUA/ClassReferenceFilter.cpp
  19. Source/LUA/ClassReferenceFilter.hxx
  20. Source/LUA/ClassReferencePanel.cpp
  21. Source/LUA/ClassReferencePanel.hxx
  22. Source/LUA/DebugAttachmentButton.cpp
  23. Source/LUA/DebugAttachmentButton.hxx
  24. Source/LUA/LUABreakpointTrackerMessages.cpp
  25. Source/LUA/LUABreakpointTrackerMessages.h
  26. Source/LUA/LUAContextControlMessages.h
  27. Source/LUA/LUADebuggerComponent.cpp
  28. Source/LUA/LUADebuggerComponent.h
  29. Source/LUA/LUAEditorBlockState.h
  30. Source/LUA/LUAEditorBreakpointWidget.cpp
  31. Source/LUA/LUAEditorBreakpointWidget.hxx
  32. Source/LUA/LUAEditorContext.cpp
  33. Source/LUA/LUAEditorContext.h
  34. Source/LUA/LUAEditorContextInterface.h
  35. Source/LUA/LUAEditorContextMessages.h
  36. Source/LUA/LUAEditorDebuggerMessages.h
  37. Source/LUA/LUAEditorFindDialog.cpp
  38. Source/LUA/LUAEditorFindDialog.hxx
  39. Source/LUA/LUAEditorFindDialog.ui
  40. Source/LUA/LUAEditorSettingsDialog.cpp
  41. Source/LUA/LUAEditorSettingsDialog.hxx
  42. Source/LUA/LUAEditorSettingsDialog.ui
  43. Source/LUA/LUAEditorFindResults.cpp
  44. Source/LUA/LUAEditorFindResults.hxx
  45. Source/LUA/LUAEditorFindResults.ui
  46. Source/LUA/LUAEditorFoldingWidget.cpp
  47. Source/LUA/LUAEditorFoldingWidget.hxx
  48. Source/LUA/LUAEditorGoToLineDialog.cpp
  49. Source/LUA/LUAEditorGoToLineDialog.hxx
  50. Source/LUA/LUAEditorGoToLineDialog.ui
  51. Source/LUA/LUAEditorMainWindow.cpp
  52. Source/LUA/LUAEditorMainWindow.hxx
  53. Source/LUA/LUAEditorMainWindow.ui
  54. Source/LUA/LUAEditorPlainTextEdit.cpp
  55. Source/LUA/LUAEditorPlainTextEdit.hxx
  56. Source/LUA/LUAEditorStyleMessages.cpp
  57. Source/LUA/LUAEditorStyleMessages.h
  58. Source/LUA/LUAEditorSyntaxHighlighter.cpp
  59. Source/LUA/LUAEditorSyntaxHighlighter.hxx
  60. Source/LUA/LUAEditorView.cpp
  61. Source/LUA/LUAEditorView.hxx
  62. Source/LUA/LUAEditorView.ui
  63. Source/LUA/LUAEditorViewMessages.h
  64. Source/LUA/LUALocalsTrackerMessages.h
  65. Source/LUA/LUAStackTrackerMessages.h
  66. Source/LUA/LUATargetContextTrackerMessages.h
  67. Source/LUA/LUAWatchesDebuggerMessages.h
  68. Source/LUA/StackPanel.cpp
  69. Source/LUA/StackPanel.hxx
  70. Source/LUA/TargetContextButton.cpp
  71. Source/LUA/TargetContextButton.hxx
  72. Source/LUA/WatchesPanel.cpp
  73. Source/LUA/WatchesPanel.hxx
  74. Source/LUA/CodeCompletion/LUACompleter.cpp
  75. Source/LUA/CodeCompletion/LUACompleter.hxx
  76. Source/LUA/CodeCompletion/LUACompletionModel.cpp
  77. Source/LUA/CodeCompletion/LUACompletionModel.hxx
  78. )