OSVR / OSVR-Unity-Rendering

Rendering plugin for Unity
Apache License 2.0
34 stars 13 forks source link

Need CMakeLists.txt #1

Closed DuFF14 closed 9 years ago

DuFF14 commented 9 years ago

Manually added include/lib directories to reference OSVR, Boost, and RenderManager for now.

DuFF14 commented 9 years ago

master branch containts updated CMakeLists. Should be working. I still have to manually set: osvr_DIR libfunctionality_DIR osvrRenderManager_DIR BOOST_ROOT SDL2_LIBRARY SDL2_SDLMAIN_LIBRARY SDL2_INCLUDE GLEW_INCLUDE GLEW_LIBRARY

also, why does OpenCV_DIR appear in the gui options when it's not in CMakeLists.txt?

rpavlik commented 9 years ago

Searching for OSVR right now also searches for OpenCV, just in case you want to use the interface target for the C++ wrapper

rpavlik commented 9 years ago

shouldn't have to manually set osvr_dir if you have run the "register sdk" script in your snapshot, or whatever

DuFF14 commented 9 years ago

Might need some small tweaks that can be addressed in other issues, but works well enough to close this.