xr_private_common_files.cmake 972 B

123456789101112131415161718192021222324252627282930313233343536
  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/XR/XRBase.h
  10. Include/XR/XRDevice.h
  11. Include/XR/XRFactory.h
  12. Include/XR/XRInput.h
  13. Include/XR/XRInstance.h
  14. Include/XR/XRSession.h
  15. Include/XR/XRSpace.h
  16. Include/XR/XRSwapChain.h
  17. Include/XR/XRSystem.h
  18. Include/XR/XRSystemComponent.h
  19. Include/XR/XRUtils.h
  20. Include/XR/XRObject.h
  21. Include/XR/XRPassRegisterSystemComponent.h
  22. Source/XRDevice.cpp
  23. Source/XRFactory.cpp
  24. Source/XRInput.cpp
  25. Source/XRInstance.cpp
  26. Source/XRSession.cpp
  27. Source/XRSpace.cpp
  28. Source/XRSwapChain.cpp
  29. Source/XRSystem.cpp
  30. Source/XRSystemComponent.cpp
  31. Source/XRUtils.cpp
  32. Source/XRPassRegisterSystemComponent.cpp
  33. Source/Passes/FoveatedImagePass.h
  34. Source/Passes/FoveatedImagePass.cpp
  35. )