CMakeLists.txt 377 B

123456789101112131415
  1. if(NOT IOS)
  2. set(COCOS_VR_HEADER
  3. vr/CCVRGenericHeadTracker.h
  4. vr/CCVRDistortion.h
  5. vr/CCVRProtocol.h
  6. vr/CCVRGenericRenderer.h
  7. vr/CCVRDistortionMesh.h
  8. )
  9. set(COCOS_VR_SRC
  10. vr/CCVRDistortion.cpp
  11. vr/CCVRDistortionMesh.cpp
  12. vr/CCVRGenericRenderer.cpp
  13. vr/CCVRGenericHeadTracker.cpp
  14. )
  15. endif()