openxrvk_static_common_files.cmake 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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/OpenXRVk/InputDeviceXRController.h
  10. Include/OpenXRVk/OpenXRVkDevice.h
  11. Include/OpenXRVk/OpenXRVkInput.h
  12. Include/OpenXRVk/OpenXRVkInstance.h
  13. Include/OpenXRVk/OpenXRVkPhysicalDevice.h
  14. Include/OpenXRVk/OpenXRVkSession.h
  15. Include/OpenXRVk/OpenXRVkSpace.h
  16. Include/OpenXRVk/OpenXRVkSwapChain.h
  17. Include/OpenXRVk/OpenXRVkSystemComponent.h
  18. Include/OpenXRVk/OpenXRVkUtils.h
  19. Include/OpenXRVk/OpenXRVkInteractionProfilesAsset.h
  20. Include/OpenXRVk/OpenXRVkActionSetsAsset.h
  21. Include/OpenXRVk/OpenXRVkAssetsValidator.h
  22. Include/OpenXRVk/OpenXRVkActionsInterface.h
  23. Include/OpenXRVk/OpenXRVkReferenceSpacesInterface.h
  24. Source/InputDeviceXRController.cpp
  25. Source/OpenXRVkCommon.h
  26. Source/OpenXRVkDevice.cpp
  27. Source/OpenXRVkInput.cpp
  28. Source/OpenXRVkInstance.cpp
  29. Source/OpenXRVkPhysicalDevice.cpp
  30. Source/OpenXRVkSession.cpp
  31. Source/OpenXRVkSpace.cpp
  32. Source/OpenXRVkSwapChain.cpp
  33. Source/OpenXRVkSystemComponent.cpp
  34. Source/OpenXRVkUtils.cpp
  35. Source/XRCameraMovementComponent.cpp
  36. Source/XRCameraMovementComponent.h
  37. Source/OpenXRVkInteractionProfilesAsset.cpp
  38. Source/OpenXRVkActionSetsAsset.cpp
  39. Source/OpenXRVkAssetsValidator.cpp
  40. Source/OpenXRVkReferenceSpacesManager.cpp
  41. Source/OpenXRVkReferenceSpacesManager.h
  42. Source/OpenXRVkActionsManager.cpp
  43. Source/OpenXRVkActionsManager.h
  44. Source/OpenXRVkBehaviorReflection.cpp
  45. Source/OpenXRVkBehaviorReflection.h
  46. Source/XRRayInteractorComponent.h
  47. Source/XRRayInteractorComponent.cpp
  48. Source/XRInteractableComponent.h
  49. Source/XRInteractableComponent.cpp
  50. )