DLR-RM / 3DObjectTracking

Algorithms and Publications on 3D Object Tracking
MIT License
624 stars 121 forks source link

Is it possible to provide the instruction to build glew & glfw dependency using CMake? #24

Closed tyc-proprio closed 1 year ago

tyc-proprio commented 2 years ago

I really appreciate your excellent work, but I got some building errors in glew & glfw dependency when using CMake to build solution file for VS. Is it possible to provide some instructions to setup the glew & glfw dependency in CMake?

manuel-stoiber commented 2 years ago

Unfortunately, we do not have the resources to provide documentation for 3rd party libraries and all possible use cases. Also, we believe that for those libraries there is already far better documentation available on the internet than we could ever provide.

With respect to VS and Windows, note that the provided CMakeLists.txt considers static libraries.

For GLFW, the following settings might be useful: