jherico / OculusSDK

Oculus SDK for Virtual Reality
Other
202 stars 114 forks source link

Add CMake rules #19

Closed tfoote closed 10 years ago

tfoote commented 11 years ago

I've created CMakeLists.txt for building and installing the OculusSDK. They are currently on my fork. I needed them to be able to build debian packages for my project cleanly. (Our installation instructions are here and it is packaged as ros-hydro-oculus-rift)

I'd like to contribute the build rules back but I'm not sure which branch against which to contribute them. Please let me know and I'll put together a pull request.

The work can be seen here: https://github.com/tfoote/OculusSDK/tree/hydro_devel It includes installation rules for LibOVR, and config.cmake files for downstream cmake projects as well as the udev rules

jherico commented 11 years ago

Since the files are currently only useful for linux I wouldn't consider this a complete feature. If you want to submit a pull request with the current results, please target the 'unstable' branch.

jherico commented 11 years ago

I've incorporated the cmake lists with some changes into a branch 'feature-cmake', branched off of unstable. Once we get Win32 and OSX support in and working I'd like to move it to stable.

jherico commented 10 years ago

Stable branch uses CMake exclusively, old issue.