recastnavigation_editor_private_files.cmake 743 B

1234567891011121314151617181920
  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/RecastNavigationEditorSystemComponent.cpp
  10. Source/RecastNavigationEditorSystemComponent.h
  11. Source/EditorComponents/EditorDetourNavigationComponent.h
  12. Source/EditorComponents/EditorDetourNavigationComponent.cpp
  13. Source/EditorComponents/EditorRecastNavigationMeshComponent.h
  14. Source/EditorComponents/EditorRecastNavigationMeshComponent.cpp
  15. Source/EditorComponents/EditorRecastNavigationPhysXProviderComponent.h
  16. Source/EditorComponents/EditorRecastNavigationPhysXProviderComponent.cpp
  17. )