CMakeLists.txt 167 B

12345678
  1. include_directories(./vr)
  2. set(COCOS_VR_SRC
  3. vr/CCVRDistortion.cpp
  4. vr/CCVRDistortionMesh.cpp
  5. vr/CCVRGenericRenderer.cpp
  6. vr/CCVRGenericHeadTracker.cpp
  7. )