sensics / OSVR-RenderManager

Apache License 2.0
64 stars 45 forks source link

Added missing public header files to the CMakeLists.txt #332

Closed MarkVabulas closed 6 years ago

MarkVabulas commented 6 years ago

Was missing OpenGL and D3D C++ header files. Added them to so that the osvr::RenderKit::RenderManager can be static_casted into the underlying type, if it's known in advance.

Covers issue #329