lmbrcentral_files.cmake 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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/Audio/AudioAreaEnvironmentComponent.h
  10. Source/Audio/AudioAreaEnvironmentComponent.cpp
  11. Source/Audio/AudioEnvironmentComponent.h
  12. Source/Audio/AudioEnvironmentComponent.cpp
  13. Source/Audio/AudioListenerComponent.h
  14. Source/Audio/AudioListenerComponent.cpp
  15. Source/Audio/AudioMultiPositionComponent.h
  16. Source/Audio/AudioMultiPositionComponent.cpp
  17. Source/Audio/AudioPreloadComponent.h
  18. Source/Audio/AudioPreloadComponent.cpp
  19. Source/Audio/AudioProxyComponent.h
  20. Source/Audio/AudioProxyComponent.cpp
  21. Source/Audio/AudioRtpcComponent.h
  22. Source/Audio/AudioRtpcComponent.cpp
  23. Source/Audio/AudioSwitchComponent.h
  24. Source/Audio/AudioSwitchComponent.cpp
  25. Source/Audio/AudioSystemComponent.h
  26. Source/Audio/AudioSystemComponent.cpp
  27. Source/Audio/AudioTriggerComponent.h
  28. Source/Audio/AudioTriggerComponent.cpp
  29. Source/Asset/AssetSystemDebugComponent.h
  30. Source/Asset/AssetSystemDebugComponent.cpp
  31. Source/Bundling/BundlingSystemComponent.h
  32. Source/Bundling/BundlingSystemComponent.cpp
  33. Source/Events/ReflectScriptableEvents.h
  34. Source/Events/ReflectScriptableEvents.cpp
  35. Source/Geometry/GeometrySystemComponent.h
  36. Source/Geometry/GeometrySystemComponent.cpp
  37. Source/Rendering/EntityDebugDisplayComponent.h
  38. Source/Rendering/EntityDebugDisplayComponent.cpp
  39. Source/Scripting/LookAtComponent.h
  40. Source/Scripting/LookAtComponent.cpp
  41. Source/Scripting/RandomTimedSpawnerComponent.cpp
  42. Source/Scripting/RandomTimedSpawnerComponent.h
  43. Source/Scripting/SimpleStateComponent.h
  44. Source/Scripting/SimpleStateComponent.cpp
  45. Source/Scripting/TagComponent.h
  46. Source/Scripting/TagComponent.cpp
  47. Source/Shape/ShapeDisplay.h
  48. Source/Shape/ShapeComponent.cpp
  49. Source/Shape/SphereShape.h
  50. Source/Shape/SphereShape.cpp
  51. Source/Shape/SphereShapeComponent.h
  52. Source/Shape/SphereShapeComponent.cpp
  53. Source/Shape/AxisAlignedBoxShape.h
  54. Source/Shape/AxisAlignedBoxShape.cpp
  55. Source/Shape/AxisAlignedBoxShapeComponent.h
  56. Source/Shape/AxisAlignedBoxShapeComponent.cpp
  57. Source/Shape/BoxShape.h
  58. Source/Shape/BoxShape.cpp
  59. Source/Shape/BoxShapeComponent.h
  60. Source/Shape/BoxShapeComponent.cpp
  61. Source/Shape/CylinderShape.h
  62. Source/Shape/CylinderShape.cpp
  63. Source/Shape/CylinderShapeComponent.h
  64. Source/Shape/CylinderShapeComponent.cpp
  65. Source/Shape/CapsuleShape.h
  66. Source/Shape/CapsuleShape.cpp
  67. Source/Shape/CapsuleShapeComponent.h
  68. Source/Shape/CapsuleShapeComponent.cpp
  69. Source/Shape/DiskShape.h
  70. Source/Shape/DiskShape.cpp
  71. Source/Shape/DiskShapeComponent.h
  72. Source/Shape/DiskShapeComponent.cpp
  73. Source/Shape/CompoundShapeComponent.h
  74. Source/Shape/CompoundShapeComponent.cpp
  75. Source/Shape/QuadShape.h
  76. Source/Shape/QuadShape.cpp
  77. Source/Shape/QuadShapeComponent.h
  78. Source/Shape/QuadShapeComponent.cpp
  79. Source/Shape/SplineComponent.h
  80. Source/Shape/SplineComponent.cpp
  81. Source/Shape/PolygonPrismShape.h
  82. Source/Shape/PolygonPrismShape.cpp
  83. Source/Shape/PolygonPrismShapeComponent.h
  84. Source/Shape/PolygonPrismShapeComponent.cpp
  85. Source/Shape/TubeShapeComponent.h
  86. Source/Shape/TubeShapeComponent.cpp
  87. Source/Shape/ReferenceShapeComponent.h
  88. Source/Shape/ReferenceShapeComponent.cpp
  89. Source/Shape/ShapeComponentConverters.h
  90. Source/Shape/ShapeComponentConverters.cpp
  91. Source/Shape/ShapeComponentConverters.inl
  92. Source/Shape/ShapeGeometryUtil.h
  93. Source/Shape/ShapeGeometryUtil.cpp
  94. Source/Unhandled/Other/AudioAssetTypeInfo.cpp
  95. Source/Unhandled/Other/AudioAssetTypeInfo.h
  96. Source/Unhandled/Other/CharacterPhysicsAssetTypeInfo.cpp
  97. Source/Unhandled/Other/CharacterPhysicsAssetTypeInfo.h
  98. Source/Unhandled/Other/EntityPrototypeLibraryAssetTypeInfo.cpp
  99. Source/Unhandled/Other/EntityPrototypeLibraryAssetTypeInfo.h
  100. Source/Unhandled/Other/GameTokenAssetTypeInfo.cpp
  101. Source/Unhandled/Other/GameTokenAssetTypeInfo.h
  102. Source/Unhandled/Other/GroupAssetTypeInfo.cpp
  103. Source/Unhandled/Other/GroupAssetTypeInfo.h
  104. Source/Unhandled/Other/PrefabsLibraryAssetTypeInfo.cpp
  105. Source/Unhandled/Other/PrefabsLibraryAssetTypeInfo.h
  106. Source/Unhandled/Texture/SubstanceAssetTypeInfo.cpp
  107. Source/Unhandled/Texture/SubstanceAssetTypeInfo.h
  108. Source/Unhandled/Texture/TextureAssetTypeInfo.cpp
  109. Source/Unhandled/Texture/TextureAssetTypeInfo.h
  110. Source/Unhandled/Hidden/TextureMipmapAssetTypeInfo.cpp
  111. Source/Unhandled/Hidden/TextureMipmapAssetTypeInfo.h
  112. Source/Unhandled/UI/EntityIconAssetTypeInfo.cpp
  113. Source/Unhandled/UI/EntityIconAssetTypeInfo.h
  114. Source/Unhandled/UI/FontAssetTypeInfo.cpp
  115. Source/Unhandled/UI/FontAssetTypeInfo.h
  116. Source/Unhandled/UI/UICanvasAssetTypeInfo.cpp
  117. Source/Unhandled/UI/UICanvasAssetTypeInfo.h
  118. )
  119. set(SKIP_UNITY_BUILD_INCLUSION_FILES
  120. Source/Shape/ShapeComponent.cpp
  121. )