OSVR / OSVR-Core

The core libraries, applications, and plugins of the OSVR software platform.
Apache License 2.0
330 stars 124 forks source link

Add libfunctionality as a submodule #70

Open CrossVR opened 9 years ago

CrossVR commented 9 years ago

Since libfunctionality is required to build OSVR-Core, why is it not included as a submodule?

rpavlik commented 9 years ago

That's a good question, particularly since it's a closely-managed dep. Note that it's not required if you only want the client (per https://github.com/OSVR/OSVR-Core/issues/73 ), so that might be an argument against the submodule approach, but it's not a huge repo so it might be an acceptable "cost" to incur for the ease of use.

Seems like a reasonable change to make.