libviso2
libviso2 copied to clipboard
Difficuly about compiling "libviso2" in cmake
I am trying to compile the library into my project and I am doing it at Visual Studio 2015. However, I am new to building libraries in cmake. In the instructions,
- Modify CMakefile according to your needs (libpng(++) must be found) What/How can I modify the CMakefile to build it for visual studio? How do I link the libpng and png++ to the CMakefile?
Would you mind please give me more detail instruction to build it? Thank you for helping me.