recastnavigation_private_files.cmake 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  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/RecastNavigationModuleInterface.h
  10. Source/RecastNavigationSystemComponent.cpp
  11. Source/RecastNavigationSystemComponent.h
  12. Source/Components/DetourNavigationComponent.h
  13. Source/Components/DetourNavigationComponent.cpp
  14. Source/Components/RecastNavigationMeshComponent.h
  15. Source/Components/RecastNavigationMeshComponent.cpp
  16. Source/Components/RecastNavigationPhysXProviderComponent.h
  17. Source/Components/RecastNavigationPhysXProviderComponent.cpp
  18. Source/Misc/RecastNavigationConstants.h
  19. Source/Misc/RecastNavigationDebugDraw.h
  20. Source/Misc/RecastNavigationDebugDraw.cpp
  21. Source/Misc/RecastNavigationMeshConfig.h
  22. Source/Misc/RecastNavigationMeshConfig.cpp
  23. Source/Misc/RecastNavigationMeshComponentController.h
  24. Source/Misc/RecastNavigationMeshComponentController.cpp
  25. Source/Misc/RecastNavigationPhysXProviderConfig.h
  26. Source/Misc/RecastNavigationPhysXProviderConfig.cpp
  27. Source/Misc/RecastNavigationPhysXProviderComponentController.h
  28. Source/Misc/RecastNavigationPhysXProviderComponentController.cpp
  29. Source/Misc/RecastProcessing.h
  30. Source/Misc/RecastProcessing.cpp
  31. )