surfacedata_files.cmake 1.3 KB

123456789101112131415161718192021222324252627282930313233
  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/SurfaceData/Components/SurfaceDataColliderComponent.h
  10. Include/SurfaceData/Components/SurfaceDataShapeComponent.h
  11. Include/SurfaceData/Components/SurfaceDataSystemComponent.h
  12. Include/SurfaceData/MixedStackHeapAllocator.h
  13. Include/SurfaceData/SurfaceDataConstants.h
  14. Include/SurfaceData/SurfaceDataTypes.h
  15. Include/SurfaceData/SurfaceDataSystemRequestBus.h
  16. Include/SurfaceData/SurfaceDataSystemNotificationBus.h
  17. Include/SurfaceData/SurfaceDataTagEnumeratorRequestBus.h
  18. Include/SurfaceData/SurfaceDataTagProviderRequestBus.h
  19. Include/SurfaceData/SurfaceDataProviderRequestBus.h
  20. Include/SurfaceData/SurfaceDataModifierRequestBus.h
  21. Include/SurfaceData/SurfacePointList.h
  22. Include/SurfaceData/SurfaceTag.h
  23. Include/SurfaceData/Utility/SurfaceDataUtility.h
  24. Source/SurfaceDataSystemComponent.cpp
  25. Source/SurfaceDataTypes.cpp
  26. Source/SurfacePointList.cpp
  27. Source/SurfaceTag.cpp
  28. Source/Components/SurfaceDataColliderComponent.cpp
  29. Source/Components/SurfaceDataShapeComponent.cpp
  30. Source/SurfaceDataUtility.cpp
  31. )